forked from greenpeace/gpes-html5-scorm-presentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimsmanifest.xml
executable file
·62 lines (62 loc) · 2.99 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
<?xml version="1.0" encoding="utf-8" ?>
<manifest identifier="untitled" version="1.0"
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">
<metadata>
<schema>ADL SCORM</schema>
<schemaversion>1.2</schemaversion>
<lom xmlns="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd">
<general>
<title>
<langstring xml:lang="x-none">Custom Scorm Wrapper</langstring>
</title>
<catalogentry>
<catalog>Custom Scorm Wrapper</catalog>
<entry>
<langstring xml:lang="x-none">untitled</langstring>
</entry>
</catalogentry>
<description>
<langstring xml:lang="x-none"></langstring>
</description>
<keyword>
<langstring xml:lang="x-none"></langstring>
</keyword>
</general>
<metametadata>
<metadatascheme>ADL SCORM 1.2</metadatascheme>
</metametadata>
</lom>
</metadata>
<organizations default="untitled_ORG">
<organization identifier="untitled_ORG">
<title>Greenpeace presentations</title>
<item identifier="presentation1" isvisible="true" identifierref="presentation_1">
<title>Introduction</title>
<adlcp:maxtimeallowed></adlcp:maxtimeallowed>
<adlcp:datafromlms></adlcp:datafromlms>
<adlcp:masteryscore></adlcp:masteryscore>
<adlcp:timelimitaction>exit,message</adlcp:timelimitaction>
</item>
<item identifier="presentation2" isvisible="true" identifierref="presentation_2">
<title>Questions example</title>
<adlcp:maxtimeallowed></adlcp:maxtimeallowed>
<adlcp:datafromlms></adlcp:datafromlms>
<adlcp:masteryscore></adlcp:masteryscore>
<adlcp:timelimitaction>exit,message</adlcp:timelimitaction>
</item>
</organization>
</organizations>
<resources>
<resource identifier="presentation_1" type="webcontent" href="index.html" adlcp:scormtype="sco">
<file href="index.html"/>
</resource>
<resource identifier="presentation_2" type="webcontent" href="questions.html" adlcp:scormtype="sco">
<file href="questions.html"/>
</resource>
</resources>
</manifest>