MDL-16263 Flagging questions during a quiz attempt. Flag updating in nav not working on the review page.

This commit is contained in:
tjhunt 2008-09-03 05:38:12 +00:00
parent a282ef514e
commit c7dcecd1e4

View File

@ -61,6 +61,7 @@
}
/// Print the page header
require_js($CFG->wwwroot . '/mod/quiz/quiz.js');
$headtags = $attemptobj->get_html_head_contributions($page);
if ($accessmanager->securewindow_required($attemptobj->is_preview_user())) {
$accessmanager->setup_secure_page($course->shortname.': '.format_string($quiz->name), $headtags);