1 Reply
Becca Levan

Hello Camille,

Triggers and player tabs that exit the course won't work in Review 360, so what you're seeing is expected. However, they'll work in browsers that allow tabs to close programmatically when your published output is hosted on a web server or LMS.

Since the exit course button isn't working after uploading your course to your LMS, please try these steps listed below:

  1. Depending on your versions of Storyline and Windows, find the Configuration.js file in the following directory. If you're using Storyline 360, you'll find the scormdriver.js file in the same directory. Then proceed to the next step.

    Storyline 360
     

    32-bit Windows:

    C:\Program Files\Articulate\360\Storyline\Content\lms

    64-bit Windows:

    C:\Program Files (x86)\Articulate\360\Storyline\Content\lms

  2. Open the scormdriver.js file and/or the Configuration.js file in a text editor, such as Notepad.
  3. Find this line of text: var EXIT_BEHAVIOR = “SCORM_RECOMMENDED”;
  4. And change it to: var EXIT_BEHAVIOR = “ALWAYS_CLOSE”;
  5. Republish your course.

If it still doesn't work, try changing the line in step 4 to: var EXIT_BEHAVIOR = “ALWAYS_CLOSE_TOP”;

Please keep us posted and let us know if you have additional questions!