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
Every time the event course_module_completion_updated fires, logstore_xapi assumes that it means the activity has been completed. But that isn't always the case. In vanilla Moodle it can also happen if a completion is overridden by the instructor to the not complete state, and Moodle Workplace can do it during user progress resets.
Version
Version 2022101800 from master
Steps to reproduce the bug
A a teacher, in the Activity Completion report
Override a user activity to the complete state, if none are already in that state.
Now override the activity to the incomplete state
Expected behaviour
The override to incomplete state should either emit a statement saying the event not complete, or if that isn't an option (I don't know the available statements), shouldn't emit anything.
Actual behaviour
Emits a statement saying the activity is complete, regarless of the actual completion state.
The text was updated successfully, but these errors were encountered:
Description
Version
Steps to reproduce the bug
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: