Forum Discussion

BrianDavis-4efe's avatar
BrianDavis-4efe
Community Member
3 years ago

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 it worked just fine. However, this same code does not appear to function as expected when inserting it into the manifest file from a RISE course. Any ideas? Does anyone have a copy of a manifest file from RISE with the buttons hidden?

<adlnav:presentation>
<adlnav:navigationInterface>
<adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
<adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
<adlnav:hideLMSUI>exit</adlnav:hideLMSUI>
<adlnav:hideLMSUI>exitAll</adlnav:hideLMSUI>
<adlnav:hideLMSUI>suspendAll</adlnav:hideLMSUI>
<adlnav:hideLMSUI>abandonAll</adlnav:hideLMSUI>
</adlnav:navigationInterface>
</adlnav:presentation>