diff --git a/mod/quiz/index.php b/mod/quiz/index.php index aa278d6a754..c3049646e49 100644 --- a/mod/quiz/index.php +++ b/mod/quiz/index.php @@ -24,10 +24,10 @@ if (has_capability('moodle/question:manage', $coursecontext)) { $streditquestions = "
wwwroot/question/edit.php\"> -
+
id\" /> -
+
"; } print_header_simple($strquizzes, '', $strquizzes, diff --git a/mod/quiz/jstimer.php b/mod/quiz/jstimer.php index 31ca9ce35b5..2785f35c0e7 100644 --- a/mod/quiz/jstimer.php +++ b/mod/quiz/jstimer.php @@ -32,9 +32,9 @@ var ec_quiz_finish = ec_page_start + ; -
-
+
diff --git a/mod/quiz/pagelib.php b/mod/quiz/pagelib.php index 8f2fe2c8287..16bdad19eeb 100644 --- a/mod/quiz/pagelib.php +++ b/mod/quiz/pagelib.php @@ -68,11 +68,11 @@ class page_quiz extends page_generic_activity { update_module_button($this->modulerecord->id, $this->courserecord->id, get_string('modulename', 'quiz')).''; if(!empty($CFG->showblocksonmodpages)) { $buttons .= '
frametarget.' method="get" action="view.php">'. - '
'. + '
'. ''. ''. ''. - '
'; + ''; } $buttons .= ''; }