-
New Feature
-
Resolution: Fixed
-
Blocker
-
4.0, 4.2
-
MOODLE_400_STABLE, MOODLE_402_STABLE
-
MOODLE_402_STABLE
-
If the teacher needs to, it should be possible to change the default 1, 2, 3 question numbers to any other short strings that you like. Here is a mock-up:
While this is occasionally necessary (for example, to match the setup of an external test you want to replicate in Moodle) this will be a rarely-used advanced feature, so it should be easy to ignore for users who are not interested in it.
Some notes on how this will be implemented:
- The customised question number will be stored in a new CHAR(16) column in the quiz_slots table called displaynumber. This will default to null, meaning use the default 1, 2, 3 numbering.
- When attempting/previewing the quiz, the customised number will be displayed.
- On the 'Questions' page there will be a visual indication of which numbers have been customised and which are default
- The number will be come an in-place editable widget, allowing the number to be changed.
- If the number is customsied, there will be a delete icon, to remove the customisation.
- If the section is shuffled, it will not be possible to customise the numbers in that section. (If people want more than this, that can be added in future Improvements, but it is out-of-scope here.)
- blocks
-
MDL-76614 Quiz: move all PHP classes into the classes folder - part 2
- Closed
- caused a regression
-
MDL-77786 Separate page breaks for quiz with customised number when shuffle is enabled
- Open
-
MDL-77656 Question number customisation for quiz follow-up issues
- Closed
-
MDL-77785 Customised question numbers with long text are displayed out of the box
- Closed
-
MDL-82100 Quiz reports do not show customised question numbers
- Closed
- has to be done before
-
MDL-74791 Quiz questions: add a bulk action to renumber selected questions sequentially
- Open
- is parent of
-
MOBILE-4284 Quiz: displayed question numbers to be customised
- Closed
- Testing discovered
-
MDL-75746 Problems with backup and restore of quiz slots in Moodle 4.0
- Closed