Howard, you're not going mad (not quite
) but the numbering option seems to have been introduced in 1.9, not 1.8.2+...
Joseph
Howard, you're not going mad (not quite
) but the numbering option seems to have been introduced in 1.9, not 1.8.2+...
Joseph
Patrick,
This solution is valid for moodle 1.6. It may work for an older version, but please be careful and backup your file first.
In file moodle/mod/quiz/review.php, comment out lines 176-183
/*
$table->data[] = array(get_string('startedon', 'quiz').':', userdate($attempt->timestart)); if ($attempt->timefinish) {
$table->data[] = array("$strtimecompleted:", userdate($attempt->timefinish));
$table->data[] = array("$strtimetaken:", $timetaken);
}
if (!empty($overtime)) {
$table->data[] = array("$stroverdue:", $overtime);
}
*/
Joseph
