You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: