-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.11.8, 4.0.2
-
None
-
MOODLE_311_STABLE, MOODLE_400_STABLE
SCORM navigation is broken due to a regresion caused by MDL-68792.
The code in mod/scorm/module.js relies on page-content or content ids to exist in the page:
https://github.com/moodle/moodle/blob/MOODLE_311_STABLE/mod/scorm/module.js#L856-L857
To solve MDL-68792 page-content id was removed from the embedded.mustache template:
Causing a javascript error (pagecontent is undefined) when a navigation node is clicked:
https://github.com/moodle/moodle/blob/MOODLE_311_STABLE/mod/scorm/module.js#L864
- will be (partly) resolved by
-
MDL-74454 SCORM bugs when it has three or more levels
-
- Closed
-