Adjusting the LMS Scorm Player navigation in Blackboard

Jul 30, 2015

I would like to know how to hide the previous and next button of the LMS SCORM Player in Blackboard 9.1. I have published a recent project but I can not locate this section in the imsmanifest.xml file published by Storyline 2.

The example below specifies the coding to adjust.

<organization>
<item identifier=”item1” identifierref=”Resource1” isvisible=”true”>
<adlnav:presentation>
<adlnav:navigationInterface>
<adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
<adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
</adlnav:navigationInterface>
</adlnav:presentation>
</item>
</organization>

1 Reply

This discussion is closed. You can start a new discussion or contact Articulate Support.