Forum Discussion
BrianDavis-4efe
3 years agoCommunity Member
Using imsmanifest xml to hide navigation buttons
How can we update the imsmanifest xml file to hide the adlnav buttons for a RISE SCORM 2004 4th ed course? We used the following in the imsmanifest xml file for a course published from StoryLine and...
CarlaRavazzzano
12 months agoCommunity Member
This is what the coding should look like. Here is the coding in text that needs to be added:
xmlns:adlnav="http://www.adlnet.org/xsd/adlnav_v1p3"
<adlnav:presentation>
<adlnav:navigationInterface>
<adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
<adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
<adlnav:hideLMSUI>exitAll</adlnav:hideLMSUI>
<adlnav:hideLMSUI>suspendAll</adlnav:hideLMSUI>
</adlnav:navigationInterface>
</adlnav:presentation>
This is applicable for Rise only, SCORM 2004 4th edition