-
Improvement
-
Resolution: Fixed
-
Minor
-
3.5.8, 3.6.6, 3.7.2
-
MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_38_STABLE
-
Currently, in backup and restore, there is a helper class abstract class backup_questions_activity_structure_step extends backup_activity_structure_step which is used by mod_quiz (and mod_studentquiz, etc.) to back up date that attempt data from when users interacted with questions.
This is great if you are implementing an activity module. However, other types of plugin may use questions (e.g. filter_embedquestion + report_embedquestion), and they should be able to backup question attempt data too.
Hopefully, this can be achieved with a small refactoring of the current code that is backwards-compatible.
- blocks
-
MDL-66743 Report plugins should be able to backup and restore data in activity module contexts
- Closed