-
Notifications
You must be signed in to change notification settings - Fork 2
/
imsmanifest.xml
executable file
·71 lines (71 loc) · 3.06 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest identifier="CODEditor_v2" version="1.3" xmlns="http://www.imsglobal.org/xsd/imscp_v1p1" 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" 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/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>
<lom xmlns="http://ltsc.ieee.org/xsd/LOM" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ltsc.ieee.org/xsd/LOM lom.xsd">
<general>
</general>
<technical>
<format>text/html</format>
<requirement>
<orComposite>
<type>
<source>LOMv1.0</source>
<value>browser</value>
</type>
<name>
<source>LOMv1.0</source>
<value>any</value>
</name>
</orComposite>
</requirement>
<otherPlatformRequirements>
<string language="en">HTML5-compliant web browser</string>
<string language="en">CODEditor v0.0.3 (http://github.com/agordillo/CodeEditorApp)</string>
</otherPlatformRequirements>
</technical>
<educational>
<interactivityType>
<source>LOMv1.0</source>
<value>active</value>
</interactivityType>
<interactivityLevel>
<source>LOMv1.0</source>
<value>very high</value>
</interactivityLevel>
<intendedEndUserRole>
<source>LOMv1.0</source>
<value>author</value>
</intendedEndUserRole>
<context>
<source>LOMv1.0</source>
<value>higher education</value>
</context>
</educational>
<rights>
<cost>
<source>LOMv1.0</source>
<value>no</value>
</cost>
<copyrightAndOtherRestrictions>
<source>LOMv1.0</source>
<value>License: 'Creative Commons Attribution-Non commercial'. For additional information or doubts regarding copyright, distribution and reproduction, visit https://github.com/agordillo/CodeEditorApp.</value>
</copyrightAndOtherRestrictions>
</rights>
</lom>
</metadata>
<organizations default="defaultOrganization">
<organization identifier="defaultOrganization" structure="hierarchical">
<title>CODEditor</title>
<item identifier="CODEditor" identifierref="CODEditor_resource">
<title>CODEditor</title>
</item>
</organization>
</organizations>
<resources>
<resource identifier="CODEditor_resource" type="webcontent" href="index.html" adlcp:scormType="sco">
<file href="index.html"/>
</resource>
</resources>
</manifest>