-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimsmanifest.xml
70 lines (70 loc) · 3.35 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
<!-- https://rusticisoftware.com/products/rustici-driver/free-non-commercial-use/quickstart-guide/ -->
<?xml version="1.0" standalone="no" ?>
<manifest identifier="course-1A9Zp2vgjlDcHaQykVkH" version="1.3"
xmlns="http://www.imsglobal.org/xsd/imscp_v1p1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3"
xmlns:adlseq="http://www.adlnet.org/xsd/adlseq_v1p3"
xmlns:adlnav="http://www.adlnet.org/xsd/adlnav_v1p3"
xmlns:imsss="http://www.imsglobal.org/xsd/imsss" 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/adlseq_v1p3 adlseq_v1p3.xsd
http://www.adlnet.org/xsd/adlnav_v1p3 adlnav_v1p3.xsd
http://www.imsglobal.org/xsd/imsss imsss_v1p0.xsd">
<metadata>
<schema>ADL SCORM</schema>
<schemaversion>2004 4th Edition</schemaversion>
<!-- <adlcp:location>metadata.xml</adlcp:location> -->
</metadata>
<organizations default="B0">
<organization identifier="B0" adlseq:objectivesGlobalToSystem="false">
<title>The History of Large Language Prompting: How We Got RNN's to GPT-4</title>
<item identifier="i1" identifierref="r1" isvisible="true">
<title>The History of Large Language Prompting: How We Got RNN's to GPT-4</title>
<imsss:sequencing>
<imsss:objectives>
<imsss:primaryObjective objectiveID="PRIMARYOBJ"/>
</imsss:objectives>
<imsss:deliveryControls tracked="true" completionSetByContent="true" objectiveSetByContent="true"/>
</imsss:sequencing>
</item>
<!-- <metadata>
<adlcp:location>metadata.xml</adlcp:location>
</metadata> -->
<imsss:sequencing>
<imsss:controlMode choice="true" flow="true"/>
<imsss:rollupRules>
<imsss:rollupRule childActivitySet="all">
<imsss:rollupConditions>
<imsss:rollupCondition condition="satisfied"/>
</imsss:rollupConditions>
<imsss:rollupAction action="satisfied"/>
</imsss:rollupRule>
<imsss:rollupRule childActivitySet="all">
<imsss:rollupConditions>
<imsss:rollupCondition operator="not" condition="satisfied"/>
</imsss:rollupConditions>
<imsss:rollupAction action="notSatisfied"/>
</imsss:rollupRule>
<imsss:rollupRule childActivitySet="all">
<imsss:rollupConditions>
<imsss:rollupCondition condition="completed"/>
</imsss:rollupConditions>
<imsss:rollupAction action="completed"/>
</imsss:rollupRule>
<imsss:rollupRule childActivitySet="all">
<imsss:rollupConditions>
<imsss:rollupCondition operator="not" condition="completed"/>
</imsss:rollupConditions>
<imsss:rollupAction action="incomplete"/>
</imsss:rollupRule>
</imsss:rollupRules>
</imsss:sequencing>
</organization>
</organizations>
<resources>
<resource identifier="r1" type="webcontent" adlcp:scormType="sco" href="index.html">
<file href="index.html" />
</resource>
</resources>
</manifest>