Forum Discussion
Continue, Suspend and Quit button on LMS
I was able to get it to work in RISE after playing around with hide adlnav commands.
That wasn't enough though for Success Factors as I also needed to insert the code below in order to get it to fully work and hide the buttons.
So around line 5 insert
xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3"
Around line 24 insert the hide code...
<adlnav:presentation>
<adlnav:navigationInterface>
<adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
<adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
<adlnav:hideLMSUI>abandon</adlnav:hideLMSUI>
<adlnav:hideLMSUI>exit</adlnav:hideLMSUI>
<adlnav:hideLMSUI>abandonAll</adlnav:hideLMSUI>
<adlnav:hideLMSUI>exitAll</adlnav:hideLMSUI>
<adlnav:hideLMSUI>suspendAll</adlnav:hideLMSUI>
</adlnav:navigationInterface>
</adlnav:presentation>
Tested it and buttons are gone on SCORM 2004 exam item type in SAP Success Factors. Only the RISE buttons are now visible.
Hope that helps.
- RobinPearn-df3c8 months agoCommunity Member
Where are you putting this code? somewhere in the scorm file?
- PamMueller-31608 months agoCommunity Member
in the imsmanifest.xml
- JoshuaRosenes2 months agoCommunity Member
Thank you a thousand times for this, Cory! 👏
This solution worked on our new SAP SF LMS. You definitely need to include xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3" namespace definition in the opening <manifest> tag or SAP will give an error on import.
The hideLMSUI instructions must be added within the <item> tag in the imsmanifest.xml, or else SAP will again throw a fit.
SAP instructions are not very good, but the parameters are covered here:
https://help.sap.com/docs/successfactors-learning/implementing-structured-content/hidelmsui