-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.8
-
- Create a SCORM with an unlimited number of attempts.
- Complete an attempt in Moodle.
- In the app, go to the SCORM entry page and check that the checkbox "New attempt" is shown.
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE
The function $mmaModScorm#isScormIncomplete is returning false when I have a completed SCORM. The reason is that getUserData returns the organization SCO (root), and that SCO shouldn't be treated.
Also, I think the function should be renamed to isAttemptIncomplete to be more accurate.