-
Notifications
You must be signed in to change notification settings - Fork 34
/
cert_imsmanifest.xml
executable file
·85 lines (85 loc) · 3.86 KB
/
cert_imsmanifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<manifest identifier="QUNIT_TEST_SUITE" version="1.0"
xmlns="http://www.imsglobal.org/xsd/imscp_v1p1"
xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3"
xmlns:adlnav="http://www.adlnet.org/xsd/adlnav_v1p3"
xmlns:adlseq="http://www.adlnet.org/xsd/adlseq_v1p3"
xmlns:imsss="http://www.imsglobal.org/xsd/imsss"
xmlns:lom="http://ltsc.ieee.org/xsd/LOM"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.imsglobal.org/xsd/imscp_v1p1 imscp_v1p1.xsd
http://www.adlnet.org/xsd/adlcp_v1p3 adlcp_v1p3.xsd
http://www.adlnet.org/xsd/adlnav_v1p3 adlnav_v1p3.xsd
http://www.adlnet.org/xsd/adlseq_v1p3 adlseq_v1p3.xsd
http://www.imsglobal.org/xsd/imsss imsss_v1p0.xsd
http://ltsc.ieee.org/xsd/LOM lom.xsd">
<metadata>
<schema>ADL SCORM</schema>
<schemaversion>2004 3rd Edition</schemaversion>
</metadata>
<organizations default="ORG-001">
<organization identifier="ORG-001" adlseq:objectivesGlobalToSystem="true">
<!--****** Title of Grade ******-->
<title>Course</title>
<item identifier="GradeX" isvisible="true">
<!--****** Title of Topic ******-->
<title>Grade X</title>
<item identifier="TopicX" isvisible="true">
<!--****** Title of Unit ******-->
<title>Topic X</title>
<item identifier="UnitX" isvisible="true">
<!--****** Title of Lesson ******-->
<title>Unit X</title>
<item identifier="LessonX" isvisible="true">
<title>Lesson X</title>
<!-- See i3 link to reference a3 below. Also notice launch parameters (querystring format) -->
<item identifier="ACT-003" identifierref="RES-003" isvisible="true" parameters="?state=NA&learnerlevel=SE&grade=06">
<!--****** Title of SCO ******-->
<title>QUnit SCOBot Production</title>
<adlnav:presentation>
<adlnav:navigationInterface>
<adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
<adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
<adlnav:hideLMSUI>suspendAll</adlnav:hideLMSUI>
</adlnav:navigationInterface>
</adlnav:presentation>
<!-- Launch Data -->
<adlcp:dataFromLMS><![CDATA[name=value]]></adlcp:dataFromLMS>
<!-- equates to cmi.completion_threshold -->
<adlcp:completionThreshold>0.75</adlcp:completionThreshold>
<imsss:sequencing>
<imsss:objectives>
<imsss:primaryObjective satisfiedByMeasure="true">
<!-- equates to cmi.scaled_passing_score -->
<imsss:minNormalizedMeasure>0.6</imsss:minNormalizedMeasure>
</imsss:primaryObjective>
</imsss:objectives>
<!-- Optional: Limit attempts (managed by LMS), and or attemptAbsoluteDurationLimit equates to cmi.max_time_allowed -->
<!--imsss:limitConditions attemptLimit="3" attemptAbsoluteDurationLimit="" /-->
</imsss:sequencing>
</item>
</item>
</item>
</item>
</item>
</organization>
</organizations>
<resources>
<resource identifier="RES-003" type="webcontent" adlcp:scormType="sco" xml:base="QUnit-Tests/" href="qunit_SCOBot_prod.html">
<metadata />
<!--****** FILES ******-->
<file href="qunit_SCOBot_prod.html" />
<file href="js/scorm.bot.pack.js" />
<file href="js/test/scobot.js" />
<dependency identifierref="common_files" />
</resource>
<!-- Shared Assets (optional deployment capability) -->
<resource identifier="common_files" type="webcontent" xml:base="QUnit-Tests/" adlcp:scormType="asset">
<file href="css/qunit-1.12.0.css" />
<file href="js/util/json2.js" />
<file href="js/jquery/jquery-1.10.2.js"/>
<file href="js/jquery/jquery-1.10.2.min.js"/>
<file href="js/jquery/plugins/qunit-1.12.0.js" />
</resource>
</resources>
</manifest>