Skip to content

Instantly share code, notes, and snippets.

@themorgantown
Last active August 15, 2022 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save themorgantown/5a36f470acf9dd47be58ac3a81049212 to your computer and use it in GitHub Desktop.
Save themorgantown/5a36f470acf9dd47be58ac3a81049212 to your computer and use it in GitHub Desktop.
<!--
Manifest template to demonstrate the proper XML namespace declarations for
SCORM 1.2 manifests.
-->
<manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" identifier="com.scorm.manifesttemplates.scorm12" version="1" 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>
</metadata>
<organizations default="B0">
<organization identifier="B0">
<title>Title</title>
<item identifier="i1" identifierref="r1" isvisible="true">
<title>Title</title>
</item>
</organization>
</organizations>
<resources>
<resource identifier="r1" type="webcontent" adlcp:scormtype="sco" href="index.html">
<file href="index.html" />
</resource>
</resources>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment