Skip to main content
Known Participant
April 13, 2016
Question

Manifest File / HealthStream

  • April 13, 2016
  • 2 replies
  • 574 views

How do I best fill in the fields when creating a manifest file to publish a file to an LMS, specifically HealthStream?

This topic has been closed for replies.

2 replies

TLCMediaDesign
Inspiring
April 14, 2016

The only thing that is visible to the user is the Title and the Description.

The SCO identifier is just to designate SCO's in the manifest. If you have multiple SCO's in the manifest they must have different identifiers.

Known Participant
April 14, 2016

Appreciate much the responses I have received! But could someone give me a real life example of a Course Identifier and SCO Identifier used when creating a Manifest file?

TLCMediaDesign
Inspiring
April 14, 2016

Here is a basic single SCO manifest, the SCO Identifier and "Course" indentifiers are in BOLD.

<?xml version="1.0" standalone="no" ?>

<manifest identifier= "SYS197-MANIFEST" version= "1.0"

  xmlns= "http://www.imsproject.org/xsd/imscp_rootv1p1p2"

  xmlns:adlcp= "http://www.adlnet.org/xsd/adlcp_rootv1p2"

  xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"

  xsi:schemaLocation= "http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd

                      http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd

                      http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd" >

  <metadata>

    <schema>ADL SCORM</schema>

    <schemaversion>1.2</schemaversion>

    <adlcp:location>metadata.xml</adlcp:location>

  </metadata>

  <organizations default="TOC1">

    <organization identifier="TOC1">

      <title>ENTER YOUR COURSE TITLE HERE</title>

      <item identifier="I_SCO0" identifierref="SCO0">

      <title>ENTER THE LESSON TITLE HERE</title>

      </item>

</organization>

  </organizations>

  <resources>

    <resource identifier="SCO0" type="webcontent" adlcp:scormtype="sco" href="menu.html">

      <file href="menu.html" />

      <dependency identifierref="ALLRESOURCES" />

    </resource>

  </resources>

</manifest>

Lilybiri
Legend
April 14, 2016

Show the settings that you have at this moment. As for the identifier, that is totally up to you. I mostly keep the generic identifiers, but you can change them of course.