SAP Knowledge Base Article - Public

2188058 - Wrapper with additional buttons for SCORM 2004 content

Symptom

When a user launches content, navigation buttons (i.e. continue, exit, suspend, and/or etc.) appear at the bottom of the course window.

"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental." 

Environment

SAP SuccessFactors Learning

Reproducing the Issue

  1. Import a SCORM 2004 package into learning (using the content import tool) >

  2. While going through the import wizard, choose to create a new item for that content >
  3. Assign the new item to a user when the import is complete >

  4. Launch the newly assigned content >

  5. Note the content launches inside a wrapper that has navigation buttons.

Cause

This is expected learning behavior for SCORM 2004 content, however the navigation buttons can be hidden by editing the manifest file.

Resolution

Some navigation buttons can be hidden from the wrapper. This is done by adding the following section to the manifest file, and import the content again after the change is made:

<adlnav:presentation>
    <adlnav:navigationInterface>
       <adlnav:hideLMSUI>exit</adlnav:hideLMSUI>
    </adlnav:navigationInterface>
</adlnav:presentation>

The following is an example of hiding the exit button in the wrapper:

<!--The metadata node simply declares which SCORM version this course operates under.-->

<metadata>
 <schema>ADL SCORM</schema>
   <schemaversion>2004 2nd Edition</schemaversion>
</metadata>
<!-- There is just one organization. The organization contains just one item.-->
<organizations default="sample_default_org">
 <organization identifier="sample_default_org">
   <title>Sample Single SCO</title>
      <item identifier="item_1" identifierref="resource_1">
   <title>Sample</title>
    <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>
  </item>
 </organization>
</organizations>

*More details can be found in the Help portal (link).

Even removing all the navigation buttons, the wrapper cannot be changed from the manifest file and will always be present.

Please Note: Content modification, manipulation, and troubleshooting are to be performed by the content developer and/or vendor. If a modification to the actual wrapper itself is desired, then consulting with the SAP Professional Services team is advised.

See Also

2149831 - SAP Professional Services / SAP Certified Partner / SAP Account Management Team [SuccessFactors Cloud]

Keywords

learning, navigation, button, SCORM, 2004, content, suspend, continue, exit, wrapper, frame, page, appear, bottom, down, footer , KBA , LOD-SF-LMS-CNT , Content , LOD-SF-LMS , Learning Management System , LOD-SF-LMS-ITE , Items , LOD-SF-LMS-CHM , Course Home , How To

Product

SAP SuccessFactors Learning all versions