-
Improvement
-
Resolution: Fixed
-
Minor
-
4.4
-
MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-80099_main -
MDL-79254 introduced an event observer and MDL-79806 MDL-79807 introduced new class callbacks in mod_quiz/quiz_statistics. Now that we have the Hook API available, these can be replaced with Hooks.
This will create 2 new hooks:
\mod_quiz\hook\attempt_state_changed - This will be triggered when an attempt is created or deleted, and observed by quiz_statistics to trigger a recalculation.
\mod_quiz\hook\structure_modified - This will directly replace the current quiz_structure_modified callback, and be observed by quiz_statistics to trigger a purge of the statistics cache.