Support
How to Enable LMS Debug Mode
By default, LMS debug mode is disabled in Compozer courses. You can enable it in SCORM 1.2, SCORM 2004, AICC, cmi5, and xAPI output to troubleshoot communication issues between your LMS and your Compozer content.
- Export your course as an LMS package and save the zip file to your computer.
- Extract the zip file containing your course, then open the scormdriver folder.
- Open the driverOptions.js file in a text editor, such as Notepad.
- Find the following line:
scope.SHOW_DEBUG_ON_LAUNCH = false; - And change it to:
scope.SHOW_DEBUG_ON_LAUNCH = true; - Save and close the driverOptions.js file.
- Re-zip the course files (not the folder containing them) and upload the zip file to your LMS.
- Launch the course from your LMS and reproduce the issue you're troubleshooting. The course will open in one window, while the debug log will open in another.
For more information about all available driver options, see How To Use the driverOptions.js File.