-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
While reviewing the code of mod_subcourse, I noticed that the string $string['completioncourse_help'] = 'If enabled, the activity is considered complete when a student completes the referenced course.'; suggests that an activity is marked as complete when a student completes the referenced course.
However, during my testing, I observed that all activities are marked as completed for all students when any of the students completes the activity. This indicates incorrect behavior, as it should only register when the student themselves completes the activity, regardless of other courses.
Metadata
Metadata
Assignees
Labels
No labels