-
Epic
-
Resolution: Unresolved
-
Minor
-
None
-
4.0
-
MOODLE_400_STABLE
-
Quiz building 4.x
There are several changes planned for Moodle 4.1 to improve the experience of building quizzes, both new features, and usability improvements. I have created this Epic to group them.
The changes are also summarised and discussed in this forum thread: https://moodle.org/mod/forum/discuss.php?d=434031.
Overview of the changes:
A. MDL-74608 (force language for an activity) was done in Moodle 4.1.
B. MDL-74609 (customise question number) just missed 4.1, and is now up for integration into Moodle 4.2.
C. MDL-74610 (let a quiz have multiple grade items) Was done in 4.4 related to this, a whole bunch of cleanup was done in the quiz code.
MDL-80880Improve "Summary of your previous attempts" display on the quiz intro screenMDL-74923move all PHP classes into the classes folder - part 1MDL-76614move all PHP classes into the classes folder - part 2MDL-74610Let a quiz have multiple grade items, finally!MDL-76897Move functions related to computing the quiz grade into a new classMDL-76899Some clean-ups in the quiz code
D. Following on from quiz multiple grades, thre are some further improvements we want, hopefully for Moodle 4.5
- MDL-81375 Quiz multiple grades - integrate grading setup into the main 'Questions' page
- MDL-81374 Quiz multiple grades - Overall feeback for each grade item
These involve work on mod/quiz/edit.php which is currently horrible old code, so before we do anything else, I think we must clean that up - in the past I made the following issues, but I am not sure that they are the best break-down.