-
Improvement
-
Resolution: Fixed
-
Minor
-
2.5, 2.8.1, 3.0
-
MySQL
-
MOODLE_25_STABLE, MOODLE_28_STABLE, MOODLE_30_STABLE
-
MOODLE_30_STABLE
-
MDL-38214_wipd -
Some Cloze subquestion types (e.g. MULTICHOICE) automatically shuffle the choices presented to the student. The instructor sometimes wishes to present the choices in a fixed order.
The underlying database and rendering code already supports shuffle on/off on a per-question basis, so it is sufficient to add a checkbox to the edit question screen add new Cloze subquestion types.
I have created a branch that adds this checkbox:
git://github.com/seemuth/moodle.git in branch MDL-38214
https://github.com/seemuth/moodle/tree/MDL-38214
Diff: https://github.com/seemuth/moodle/compare/MOODLE_24_STABLE...MDL-38214
I have created a new branch based on master that adds new Cloze subquestion types:
- MCS or MULTICHOICE_S (shuffles choices)
- MCVS or MULTICHOICE_VS (shuffles choices)
- MCHS or MULTICHOICE_HS (shuffles choices)
MC will be non shuffling as in 1,9.
This branch can be found:
git://github.com/seemuth/moodle.git in branch MDL-38214-v2.5
https://github.com/seemuth/moodle/tree/MDL-38214-v2.5
A diff from master can be found:
https://github.com/seemuth/moodle/compare/master...MDL-38214-v2.5
A discussion of this implementation can be found:
https://moodle.org/mod/forum/discuss.php?d=227183
- caused a regression
-
MDL-52162 Upgrade to 3.0 through the browser fails: class question_graded_automatically not found
- Closed
-
MDL-52203 Error upgrading multianswer question to 3.0
- Closed
-
MDL-51855 Notice when upgrading multianswer question type
- Closed
-
MDL-52542 String 'questionusedinquiz' contains a invalid placeholder
- Closed
- is duplicated by
-
MDL-52737 Embedded Answers (Cloze) question type - MULTICHOICE - add ability to sort answers
- Closed