-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.8
-
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE
Every time the SCORM zip package is downloaded we need to pre-fetch some data. This is because we need this data to set-up the TOC and run-time API for the user.
So basically what we need is:
- First, call to get_scorm_attempt_count to obtain the last attempt (completed or not)
- Call to get_scorm_user_data to obtain all the data for the attempt
- Call get_scorm_scoes to obtain all the SCOes for all the organizations (one call for obtaining all the orgs and then one call per-organization)
- Call get_scorm_sco_tracks for each SCO in all organizations (attempt = 0 - last attempt)
- blocks
-
MOBILE-1353 Warn the user that a SCORM WS prefetch failed
-
- Open
-