Suspend Continue Close Buttons at Top of Module in LMS

Feb 08, 2022

I am developing modules in RISE using SCORM 2004, 4th edition. However, when I upload the zip file into the LMS and launch, I now have 3 buttons at the top that were not there when I used SCORM 1.2. Top right corner now has Suspend Continue and Close. Can someone tell me why this is happening and how can I get rid of them? 

8 Replies
Brian Carrell

I hope this helps someone out... When publishing from Rise, I found that a line of code is not included in the imsmanifest file that is included in the published file from Storyline. If you add the lines of code described in the KBA above to "hide" the buttons, you also need to include this line (for Rise only):

Place immediately BELOW the line xmlns:imsss="http...

xmlns:adlnav="http://www.adlnet.org/xsd/adlnav_v1p3"

Turns out this line of code defines the extra lines added, and when it isn't included, SuccessFactors doesn't understand them.

Ryan Wiegel