-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimsmanifest.xml
17 lines (17 loc) · 974 Bytes
/
imsmanifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<manifest identifier="MANIFEST-SCORM-LMS-DIAG" version="1.1" 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">
<organizations default="ORG-SCORM-LMS-DIAG">
<organization identifier="ORG-SCORM-LMS-DIAG">
<title>SCORM 1.2 LMS Diagnostic SCO</title>
<item identifier="SCO" identifierref="SCO1" isvisible="true">
<title>SCORM 1.2 LMS Diagnostic SCO</title>
<adlcp:masteryscore>65</adlcp:masteryscore>
</item>
</organization>
</organizations>
<resources>
<resource identifier="SCO1" type="webcontent" adlcp:scormtype="sco" href="default.htm">
<file href="default.htm" />
</resource>
</resources>
</manifest>