Forum Discussion
JimMcIntyre
2 years agoCommunity Member
Temporarily unrestrict menu after build
[Edit: Solved, see replies]
Is there something in the HTML or Javascript (or elsewhere) of a published course that I can edit to change the player menu's behavior from restricted to free, without ...
JimMcIntyre
2 years agoCommunity Member
I figured out a solution.
Disclaimer: Do this only on a copy of a published course that you will use only for testing! I have not tested whether course so modified works in an actual LMS.
- Unzip the published course, if necessary.
- Open the file html5/data/js/frame.js in a code or text-only editor. Enable soft-wrap if you can.
- Find and change
"menuOptions":{"flow":"restricted"
to"menuOptions":{"flow":"free"
- Save the file.
- Rezip the course for upload and testing in SCORM Cloud, or open the file story.html in a browser for local testing.