-
Bug
-
Resolution: Fixed
-
Minor
-
2.8
-
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE
While testing to release Moodle Mobile 2.8 we found 3 issues related with SCORM:
- Leaving the player doesn't trigger iframe's unload event.
- It can happen that a SCORM tries to be synced while something is being written and that could cause inconsistencies.
- There's an error in the snapshots of new attempts created from an online attempt.
- saveTracksSync doesn't use local_mobile.
- Sometimes the SCORM API calls saveTracksSync without any data in online. This causes the call to fail because it lacks a param, so an offline attempt is created when it shouldn't.