-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.8
-
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE
The SCORM first view in the app should be very similar to the Moodle version one.
First of all, it has to be checked if the SCORM package download is enabled via configuration, in this case, checking the protectpackagedownloads returned by the get_scorms_by_courses function
In this case, a specific message should be displayed to the user, something like: The SCORM cannot be played in the app because it has been disabled by the system administrator (or something less technical)
Note that I intentionally want to display this message so the users can notify about that to the site admin.
This view should handle the timeopen/timeclose and version (only SCORM 1.2) restrictions.
The following information must be displayed:
- Number of attempts allowed:
- Number of attempts you have made:
- Grading method:
- The SCORM Toc if the package is configured for that
And the buttons for starting a new attempt (if all the pre-requisites are met). The SCORM package won't be downloaded until the user starts his first attempt