-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3.11.9
-
MOODLE_311_STABLE
Currently custom completion is only triggered by data in the first callback. Any other data from successive meetings afterwards is not counted towards completion.
This is because logger::count_callback_events is counting the event with same meetingid instead of counting with the same internalmeetingid i.e. if the same meeting has two events related to two different sessions, the second session event data is discarded