Storyline and Studio: How to Enable LMS Debug Mode
Article Last Updated
This article applies to:
Need to troubleshoot an issue with a Storyline or Studio course in your LMS? Enable debug mode in your course to see all the communication between your content and the LMS. Here's how.
SCORM, AICC, and cmi5
- Publish your course for LMS distribution, then click Open Folder on the Publish Successful window.
- Open the
lms
folder in your published output. - You'll see either a
scormdriver.js
file or aConfiguration.js
file, depending on the authoring app you used and the publishing format you chose. Open the file in a text editor, such as Notepad. - Find this line of text:
SHOW_DEBUG_ON_LAUNCH = false;
- And change it to:
SHOW_DEBUG_ON_LAUNCH = true;
- Save and close the file.
- Return to the Publish Successful window and click Zip, then upload the zip file to your LMS for testing.
- Launch the course from your LMS and reproduce the issue you're troubleshooting. The course will open in one window, and the debug log will open in another.
- When you're done testing, copy and paste the text from the debug window into a document for your LMS administrator to investigate.
xAPI (Tin Can API)
Need to investigate a problem with a Storyline 360 course in your LMS, LRS, or both? The easy-to-use xAPI debug tool can help! Note that it's only available in the November 2021 update and later.
- Publish your Storyline 360 course for LMS/LRS.
- When the publishing process is complete, select Open to view the files Storyline 360 just created. There will be multiple files and folders for a published course.
- If you're publishing for both LMS/LRS or standalone LMS, open the
index_lms.html
file in a text editor, such as Notepad. If you're publishing only for LRS, open thestory.html
file. - Find this line of text:
HAS_SLIDE: true,
- And right below it, enter the following line of text:
launchDebug: true,
- Save and close the
index_lms.html
orstory.html
file. - Zip the files for your modified Storyline 360 course and upload the zip file to your LMS/LRS. (Don't zip the folder that contains your course, just the course files.)
- Launch the course from your LMS/LRS and reproduce the issue you're troubleshooting. The course will open in one window, while the debug tool will open in another.
- When you're done, click the cloud icon at the bottom right of the debug tool. This exports the xAPI statements into a JSON document that you can share with your LMS/LRS admin.