]> git.mjollnir.org Git - moodle.git/commit
mod/quiz/locallib bugfix get_qn_options now uses more sensible defaults.
authormjollnir_ <mjollnir_>
Tue, 18 Apr 2006 22:54:51 +0000 (22:54 +0000)
committermjollnir_ <mjollnir_>
Tue, 18 Apr 2006 22:54:51 +0000 (22:54 +0000)
commitd78a1cf6d8700f1fb74b01429d48bb413beae66d
tree82335953d5f1d9f4e9c703768d727b89b3b91c65
parent309c0d55b2953c75119059e38cb35acbcf0ce797
mod/quiz/locallib bugfix get_qn_options now uses more sensible defaults.
Previously get_question_options used options for
after-attempt-while-quiz-open, when called while a attempt was still in
progress.  Changed it to use options for immediately-after-attempt instead.
Credit: Peter Bulmer peterbulmer@catalyst.net.nz
mod/quiz/locallib.php