-
Notifications
You must be signed in to change notification settings - Fork 34
/
imsmanifest.xml
executable file
·184 lines (184 loc) · 8.91 KB
/
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<?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>
<lom xsi:schemaLocation="http://ltsc.ieee.org/xsd/LOM lom.xsd" xmlns="http://ltsc.ieee.org/xsd/LOM">
<lom:general>
<lom:title>
<lom:string language="en">Sample Lesson</lom:string>
</lom:title>
<lom:description>
<lom:string language="en">This is a series of Unit tests for SCORM and SCOBot Content API.</lom:string>
</lom:description>
</lom:general>
</lom>
</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 i1 link to reference a1 below. Also notice launch parameters (querystring format) -->
<item identifier="ACT-001" identifierref="RES-001" isvisible="true" parameters="?state=NA&learnerlevel=SE&grade=06">
<!--****** Title of SCO ******-->
<title>QUnit SCORM_API</title>
<!-- 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>
<!-- See i2 link to reference a2 below. Also notice launch parameters (querystring format) -->
<item identifier="ACT-002" identifierref="RES-002" isvisible="true" parameters="?state=NA&learnerlevel=SE&grade=09">
<!--****** Title of SCO ******-->
<title>QUnit SCOBot</title>
<!-- 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>
<!-- 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>
<!-- 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 identifier="ACT-004" identifierref="RES-004" isvisible="true" parameters="?state=NA&learnerlevel=SE&grade=06">
<!--****** Title of SCO ******-->
<title>QUnit SCOBot Basic</title>
<!-- Optional ability to hide adl.nav capabilities -->
<!--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>
<imsss:sequencing>
<imsss:controlMode choice="true" choiceExit="true" flow="true" forwardOnly="false"/>
</imsss:sequencing>
</item>
</item>
</item>
</organization>
</organizations>
<resources>
<resource identifier="RES-001" type="webcontent" adlcp:scormType="sco" xml:base="QUnit-Tests/" href="qunit_SCOBotBase.html">
<metadata />
<!--****** FILES ******-->
<file href="qunit_SCOBotBase.html" />
<file href="js/scorm/SCOBotUtil.js" />
<file href="js/scorm/SCOBot_API_1484_11.js" />
<file href="js/scorm/SCOBotBase.js" />
<file href="js/test/scobotbase.js" />
<!--dependency identifierref="common_files" /-->
</resource>
<resource identifier="RES-002" type="webcontent" adlcp:scormType="sco" xml:base="QUnit-Tests/" href="qunit_SCOBot_dev_full.html">
<metadata />
<!--****** FILES ******-->
<file href="qunit_SCOBot_dev_full.html" />
<file href="js/scorm/SCOBotUtil.js" />
<file href="js/scorm/SCOBot_API_1484_11.js" />
<file href="js/scorm/SCOBotBase.js" />
<file href="js/scorm/SCOBot.js" />
<file href="js/test/scobot.js" />
<!--dependency identifierref="common_files" /-->
</resource>
<resource identifier="RES-003" type="webcontent" adlcp:scormType="sco" xml:base="QUnit-Tests/" href="qunit_SCOBot_prod_full.html">
<metadata />
<!--****** FILES ******-->
<file href="qunit_SCOBot_prod_full.html" />
<file href="js/scorm.bot.pack.js" />
<file href="js/test/scobot.js" />
<!--dependency identifierref="common_files" /-->
</resource>
<resource identifier="RES-004" type="webcontent" adlcp:scormType="sco" xml:base="QUnit-Tests/" href="qunit_SCOBot_prod_basic.html">
<metadata />
<!--****** FILES ******-->
<file href="qunit_SCOBot_prod_basic.html" />
<file href="js/scorm.bot.pack.js" />
<file href="js/test/scobot_basic.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>