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...
CoryVetter-a93e
8 months agoCommunity Member
I got it to work by editing the iManifest file and inserting the following code.
So around line 5 insert...
xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3"
Around line 24 insert...
<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>