-
Bug
-
Resolution: Fixed
-
Minor
-
2.2
-
MOODLE_22_STABLE
-
MOODLE_22_STABLE
-
master_
MDL-30576 -
The completionThreshold value is not saved correctly in the database.
While running the DMI SCORM 2004 Test package the following error is thrown up -
ERROR: Evaluating GetValue("cmi.completion_threshold") - Expected: "0.8" - LMS Returned: "".
Also,
According to SCORM 2004 spec. the minPrgoressMeasure (threshold) should have "1.0" as default value.
Some activities (like Activity 2 in DMI test package) depend on the default value without specifying it in the imsmanifest.xml file.
ERROR: Evaluating GetValue("cmi.completion_threshold") - Expected: "1.0" - LMS Returned: ""
(The minProgressMeasure value is not specified but completedByMeasure is specified as true - Activity 2, DMI).
- will help resolve
-
MDL-28805 ADL TEST: DMI
- Closed