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.
Where are you putting this code? somewhere in the scorm file?
- PamMueller-31602 months agoCommunity Member
in the imsmanifest.xml