MDL-28602 Quiz review reports the wrong duration.
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@ if ($attempt->timefinish) {
|
||||
);
|
||||
$summarydata['timetaken'] = array(
|
||||
'title' => get_string('timetaken', 'quiz'),
|
||||
'content' => format_time($timetaken),
|
||||
'content' => $timetaken,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user