-
Bug
-
Resolution: Fixed
-
Minor
-
3.4
-
MOODLE_34_STABLE
-
MOODLE_34_STABLE
-
MDL-60596_master -
Completion enabled indicator calculates whether a course or a course module are using completion. The problem is that it only works at course module level when course_module is the sample origin. This means that it would only check the completion at course module level when the analysable elements are course modules (e.g. assignment activities)
There will definitely be models where the samples are identified by course module id (e.g. check how useful was a specific activity) but it most of the cases the course module will be part of the info attached to a sample of another origin (e.g. assignment submissions origin, where the sample id is the assignment submission id; or grade_grades where the sample id would be the grade grade id)
This indicator should use the course_module when available.