mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-20636 added view page to the renderer file
This commit is contained in:
parent
13040e1452
commit
06eb64b8ba
3 changed files with 333 additions and 271 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue