• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Manifest File / HealthStream

Community Beginner ,
Apr 13, 2016 Apr 13, 2016

Copy link to clipboard

Copied

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

TOPICS
Quizzing and LMS

Views

449

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 14, 2016 Apr 14, 2016

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 14, 2016 Apr 14, 2016

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 14, 2016 Apr 14, 2016

Copy link to clipboard

Copied

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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 14, 2016 Apr 14, 2016

Copy link to clipboard

Copied

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>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 14, 2016 Apr 14, 2016

Copy link to clipboard

Copied

LATEST

Trust me, you don't care what those identifiers are, they are behind the scenes and are used to link the SCO title with the SCO launch page.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources