-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
4.1.3, 4.2, 4.3
-
MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
In MDL-77781, we fixed an issue with course reset : the course_module_viewed events were not deleted leading to activities being completed without being viewed if the same user was registered again.
In this follow up ticket we will need to solve the issue of previous course reset actions that did not go through, leaving course_modules_viewed in the database.
We could maybe rely on the timing of course_reset_started/course_reset_ended and remove those events between. But there again I would think this should be something user triggered more than automatically at update.
- has to be done after
-
MDL-77781 Course Reset: course_modules_viewed entries not deleted
- Closed