Tim Hunt
aa9bdbe31c
MDL-20636 Boilerplate and other cleanup in the question core code.
...
This includes converting behaviours to pluginname strings.
2011-02-21 18:00:15 +00:00
Tim Hunt
ba6438471b
MDL-20636 Fix top of file boilerplate in mod/quiz.
2011-02-21 16:13:25 +00:00
Tim Hunt
c97325f6e8
quiz MDL-25722 get rid of annoying alerts when quiz is in 'secure' mode.
...
See http://moodle.org/mod/forum/discuss.php?d=165772 , where people have tried out this fix and found that it works.
2011-01-17 13:34:46 +00:00
Tim Hunt
222fb6e5fe
quiz MDL-24140 navigating to a question that was not first on the page was broken.
2010-11-02 19:20:58 +00:00
Tim Hunt
157434a522
quiz/question javascript MDL-24170 Enter in a shortanswer question preview should not flag the question.
...
That bit of JavaScript from mod/quiz/attempt.php is needed in question preview too, so refactor a bit.
I was disappointed to find that the
$PAGE->requires->js_module('core_question_engine');
line was needed in quiz_get_js_module, but it seems to be.
Also change non-Moodle-y string "End test..." to "Finish attempt..."
2010-11-01 17:44:59 +00:00
Tim Hunt
72d9358afd
quiz secure mode MDL-23712 secure mode breaks the quiz navigation
...
This commit also fixes some other secure window problems.
2010-08-11 20:25:31 +00:00
Tim Hunt
f6d726c27a
quiz javascript NOBUG missing ;s
2010-08-11 20:15:05 +00:00
Tim Hunt
690510bd3d
quiz NOBUG fix some JavaScript errors.
2010-08-11 16:31:52 +00:00
Tim Hunt
a26246eac2
quiz attempt UI NOBUG need accesshide text in the quiz navigation to say if a question has been flagged.
2010-08-09 17:10:25 +00:00
Tim Hunt
ff065f96bc
mod quiz + questions MDL-22370 convert JavaScript to YUI3 and modules.
...
Note, quiz editing JS has not been done yet.
2010-08-04 15:22:04 +00:00