Eric Merrill
84f74ccff6
MDL-46386 question Whitelist the Atto editor from return blocking
...
Prevent the question engine from blocking return/enter key presses
from being sent to the Atto editor.
2014-07-21 09:08:01 -04:00
Tim Hunt
a40d411e74
MDL-28975 question engine, JavaScript error in IE.
2011-08-18 14:00:05 +01:00
Tim Hunt
e2cba246b7
MDL-20636 Merge vle/master into ouqe2
...
Conflicts:
mod/quiz/locallib.php
mod/quiz/report/overview/overview_table.php
mod/quiz/report/overview/report.php
mod/quiz/report/responses/report.php
question/type/random/questiontype.php
2011-03-02 17:34:18 +00:00
Tim Hunt
5e8a85aa64
MDL-20636 Massively reduce the number of references to quiz in the question code.
...
This mostly involves moving lang strings around, but I don't have time to do an AMOS script now.
2011-02-23 18:53:50 +00:00
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
fd214b596d
MDL-20636 Preserve scroll position when doing action on the quiz edit page.
2011-02-11 17:36:02 +00:00
Tim Hunt
b729648032
MDL-26332 cannot type Enter into a textarea in a quiz.
...
This was breaking the essay question type.
2011-02-09 14:52:30 +00:00
Tim Hunt
0fafed0f09
MDL-20636 Finish making ddwtos work, mostly. Also various other JS fixes.
...
This JavaScript really needs to be rewritten to use YUI3.
2011-02-02 19:03:38 +00:00
Tim Hunt
06f8ed54fd
MDL-20636 More progress.
2011-01-13 18:35:34 +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
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
Tim Hunt
d8011b7bde
NOBUG quiz summary Align the submit all and finish button properly.
2010-07-28 15:04:26 +00:00
tjhunt
ddedf979b4
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-03 06:19:25 +00:00
tjhunt
25ddb7efc9
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
...
This is the final batch.
2009-06-15 07:57:53 +00:00
tjhunt
ea435fe2fe
JS does not work in IE. Grrrr!
2008-09-03 09:30:10 +00:00
tjhunt
f62040ed1f
MDL-16263 Flagging questions during a quiz attempt. Save flag state on the review page when JS is off too.
2008-09-03 08:32:29 +00:00
tjhunt
5e9170b43e
MDL-16263 Flagging questions during a quiz attempt. Save flag state on submit when JS is off.
2008-09-03 07:11:59 +00:00
tjhunt
d0dfe9491d
MDL-16263 Flagging questions during a quiz attempt. Make it work nicely with just the keyboard, no mouse, if JavaScript is on.
2008-09-03 05:50:53 +00:00
tjhunt
c752264fe1
MDL-16263 Flagging questions during a quiz attempt. Update flag state in the navigtion panel when it is updated on the question.
2008-09-03 02:35:56 +00:00
tjhunt
62e76c6766
MDL-16263 A way for students to flag/bookmark, particular questions during a quiz attempt for later review.
...
This is an initial implementation that is now at a working state, but with a few things left to do. It seemed like a good idea to commit it before leaving work on Friday night.
2008-08-29 10:08:27 +00:00