-
Bug
-
Resolution: Done
-
Major
-
4.0.2
-
-
MOODLE_400_STABLE
-
MOODLE_401_STABLE
-
Moodle App 4.1.0
Right now the app only updates the course data when the user leaves the SCORM "player", because that's when we're sure that he won't send any more data. But we've found a case where a SCORM includes a link to the next section, so the user can open the next section without leaving the SCORM. This means the course data is not updated, so access restrictions and completion data can be outdated.
Maybe we should invalidate the course data every time the user sends some data to the server (but without fetching course data to prevent increasing data usage).
This issue can affect lesson too.