-
Bug
-
Resolution: Fixed
-
Critical
-
2.3.7, 2.4.4, 2.5
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MDL-39363-master -
As Pointed out on MDLQA-5699 , this is what is happening:-
When score is 50 Scorm sends in:-
cmi.core.lesson_status = completed
cmi.core.score_raw = 50
And the status is stored as failed in moodle
When score is 100 Scorm sends in:-
cmi.core.lesson_status = completed
cmi.core.score_raw = 100
And the status is stored as passed in moodle
When score is 0 Scorm sends in:-
cmi.core.lesson_status = completed
cmi.core.score_raw = 0
And the status is stored as completed in moodle, which should be failed because of Mastery Score is equal to 80 (see imsmanifest.xml, <adlcp:masteryscore>80</adlcp:masteryscore>)
Am not sure why this is happening, or if it actually is an issue, but is worth investigating.
- Discovered while testing
-
MDL-39747 Reattempting a scorm from navigation can mark it as complete (when it is failed).
-
- Closed
-
- has been marked as being related by
-
MDLQA-5699 CLONE - A teacher can obtain an interactions report for SCORM activity attempts
- Passed