if ($quiz->attempts)
{
if ($numattempts >
$quiz->attempts)
{
error($strtoomanyattempts,
"view.php?id=$cm->id");
}
}
Version: $Id: faq.html,v 1.6 2003/03/30 13:54:28 moodler Exp $