Forum Discussion
CorporateLDLibr
3 years agoCommunity Member
Edit a Manifest file from Rise
Our LMS applies a wrapper to SCORM 2004 courses that includes 3 buttons that only act to create confusion. These buttons can only be removed by adjusting the manifest file. How do I do this for ri...
SamHill
12 months agoSuper Hero
Take a look at this and see if it helps: https://answers.sap.com/questions/13806666/the-content-package-definition-is-required-in-the.html
Ensure any unnecessary spaces are removed from the XML.
<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>