-
Bug
-
Resolution: Fixed
-
Minor
-
2.2, 2.3
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
MOODLE_22_STABLE
-
master_
MDL-30579 -
Data Model Elements are being initialized with an empty string. Thus, a 403 errorCode is not thrown (where it should be thrown).
The following illustrates the above -
Evaluating GetValue("cmi.scaled_passing_score") - Expected: "" - LMS Returned: ""
ERROR: Evaluating GetLastError("") - Expected: "403" - LMS Returned: "0"
403 error should have been thrown since, cmi.scaled_passing_score has not been initialized (Activity 1 - DMI Test package).
- will help resolve
-
MDL-28805 ADL TEST: DMI
- Closed