MDL-28602 Quiz review reports the wrong duration.

This commit is contained in:
Tim Hunt
2011-08-04 14:20:02 +01:00
parent 80eb52c415
commit f97a14ba27
+1 -1
View File
@@ -173,7 +173,7 @@ if ($attempt->timefinish) {
);
$summarydata['timetaken'] = array(
'title' => get_string('timetaken', 'quiz'),
'content' => format_time($timetaken),
'content' => $timetaken,
);
}