-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
4.1.4, 4.4
-
MOODLE_401_STABLE, MOODLE_404_STABLE
One of the Course Completion Reports is throwing an "invalid table hvp" error due to our removal of the third-party mod_hvp plugin after starting to use the core mod_h5pactivity plugin.
When I re-created the mdl_hvp table the error changed to "missing course module", and after looking into the mdl_course_completion_crit_compl table tied to the mdl_course_completion_criteria table, I found a number of rows pointing to hvp and non-existent course modules, I'm assuming because they were removed with the plugin.
Could the course completion report could be improved to handle this scenario?