Forum Discussion

GeorgeTuft-b85b's avatar
GeorgeTuft-b85b
Community Member
20 days ago
Solved

Having an odd issue with a Storyline Exit Block in Rise

Hi all!

Would any industrious and kind person be interested in helping me understand why this Storyline Exit Block file works when published directly to a SCORM file, but when added as a block to the end of a Rise course, that Rise course does NOT report completion?

I'm publishing as SCORM 2004, 4th edition (our LMS requires it).

I've uploaded both the Rise course and the original output form Storyline to ScormCloud, and get the same results...the Storyline SCORM registers a completion, the Rise course does not. 

And yes, I'm choosing the "Track Using Storyline Block" option when publishing the Rise course. :)

Thanks!

 

-gmt

  • Hi GeorgeTuft-b85b​ I think I might have figured this out if your courses are also launched in a pop-up window.

    My experience was that the window would be closed too quickly for Storyline to execute the completion status. The issue is the exit command doesn't wait for things to finish, once that window.close is called, it will close the window regardless of what is running and what is yet to run.

    In the example I have provided, I've manufactured a short delay before issuing the Exit command when writing the completion status.

     

2 Replies

  • Hi GeorgeTuft-b85b​ I think I might have figured this out if your courses are also launched in a pop-up window.

    My experience was that the window would be closed too quickly for Storyline to execute the completion status. The issue is the exit command doesn't wait for things to finish, once that window.close is called, it will close the window regardless of what is running and what is yet to run.

    In the example I have provided, I've manufactured a short delay before issuing the Exit command when writing the completion status.

     

  • Thanks, Sam! You nailed it!


    All our SCORM courses DO launch in popups, and your delay fixed it in both ScormCloud AND the LMS.
    I owe you a beer, for sure!!

    -gmt