Releases: jhoopes/moodle-mod_activequiz
Releases · jhoopes/moodle-mod_activequiz
v3.7.1 - 2017010400
v3.7 - 2016030601
This release targets Moodle 2.9 and Moodle 3.0
This should be the last 3 release. Version 4 will first include
- Tests
- Code refactoring to make the plugin easier to maintain
- Some interface tweaks
- More features are also planned
- More types of reports
- Ability to add questions during a quiz
- And more changes as well
Changelog
- 2015-3-6
- "Regrade all grades" no forces the refresh of all question attempts.
- This is so that if you change the answer on a question, or other aspects of the question, clicking this button will re-run student's attempts
- Points on a question can now be 0
- Updating points on a question will now also auto regrade all attempts with the new maximum point value
- Moving of many of the renderers to "sub-renderers" so that it's easier to maintain going forward
- Initial structure so that reports are more "pluggable" so that new ones can be added in the future
- Anonymization of Quiz responses (including fully anonymization of responses). Many Thanks to Davo Smith @davosmith for help with this feature
- Fix for enforcement of number of tries left on a quiz "resume" / refresh of the page. (#39)
- Fix for bug with tinyMCE not saving correctly when a question ends. (Thanks to @aolley for this fix)
- Fix for bug with last question flag if there is only 1 question within the active quiz (Thanks to @aolley for this fix)
- "Regrade all grades" no forces the refresh of all question attempts.