MDL-20636 added view page to the renderer file

This commit is contained in:
Dean Lennard 2011-05-03 13:33:42 +01:00 committed by Tim Hunt
parent 13040e1452
commit 06eb64b8ba
3 changed files with 333 additions and 271 deletions

View file

@ -99,7 +99,7 @@ if ($accessmanager->securewindow_required($attemptobj->is_preview_user())) {
echo $OUTPUT->heading(format_string($attemptobj->get_quiz_name()));
echo $OUTPUT->heading($title, 3);
$output->summary_page($attemptobj, $displayoptions);
echo $output->summary_page($attemptobj, $displayoptions);
// Finish the page
$accessmanager->show_attempt_timer_if_needed($attemptobj->get_attempt(), time());