diff --git a/mod/quiz/attempt.php b/mod/quiz/attempt.php index 4daf38d6e7b..c6cdc2c369f 100644 --- a/mod/quiz/attempt.php +++ b/mod/quiz/attempt.php @@ -80,6 +80,7 @@ /// Print the quiz page //////////////////////////////////////////////////////// // Print the page header + require_js(array('yui_yahoo','yui_event')); require_js($CFG->wwwroot . '/mod/quiz/quiz.js'); $title = get_string('attempt', 'quiz', $attemptobj->get_attempt_number()); $headtags = $attemptobj->get_html_head_contributions($page); @@ -119,9 +120,9 @@ // Start the form echo '