mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
MDL-16263 Flagging questions during a quiz attempt. Flag updating in nav not working on the review page.
This commit is contained in:
parent
a282ef514e
commit
c7dcecd1e4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user