mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
mod quiz + questions MDL-22370 convert JavaScript to YUI3 and modules.
Note, quiz editing JS has not been done yet.
This commit is contained in:
parent
24f17d7588
commit
ff065f96bc
15 changed files with 418 additions and 478 deletions
|
@ -51,7 +51,6 @@ if (empty($attemptobj->get_quiz()->showblocks)) {
|
|||
}
|
||||
|
||||
/// Print the page header
|
||||
$PAGE->requires->js('/mod/quiz/quiz.js');
|
||||
$title = get_string('summaryofattempt', 'quiz');
|
||||
if ($accessmanager->securewindow_required($attemptobj->is_preview_user())) {
|
||||
$accessmanager->setup_secure_page($attemptobj->get_course()->shortname . ': ' .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue