Forum Discussion
PhillipLoughlin
11 years agoCommunity Member
SCORM Wrapper
I'm not sure if this is an Articulate issue, or something from Plateau/Success Factors, but here goes.
I'm publishing my Articulate 2013 course in SCORM 2004 v2 for deployment on our Plateau LMS....
MelanieBrooks
8 months agoCommunity Member
I can't see the previous threads, but we have the same setup (Rise, SF), and this is the code we input into the manifest file. It works consistently for us to totally remove the buttons and ensure there is not an upload error.
- Check if the identifier “xmlns:adlnav= "http://www.adlnet.org/xsd/adlnav_v1p3" is part of the manifest. If not, add it.
If missing, add this:
xmlns:adlnav="http://www.adlnet.org/xsd/adlnav_v1p3"
- Next, add the following text just below the SECOND <title> XXXXX </title>:
<adlnav:presentation>
<adlnav:navigationInterface>
<adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
<adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
<adlnav:hideLMSUI>exit</adlnav:hideLMSUI>
<adlnav:hideLMSUI>abandon</adlnav:hideLMSUI>
<adlnav:hideLMSUI>exitAll</adlnav:hideLMSUI>
<adlnav:hideLMSUI>suspendAll</adlnav:hideLMSUI>
<adlnav:hideLMSUI>abandonAll</adlnav:hideLMSUI>
</adlnav:navigationInterface>
</adlnav:presentation>