-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.xml
112 lines (110 loc) · 4.16 KB
/
metadata.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
<?xml version="1.0"?>
<lom xmlns="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:pkgprop="http://www.scorm.com/xsd/ScormEnginePackageProperties"
xsi:schemaLocation="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd
http://www.scorm.com/xsd/ScormEnginePackageProperties ScormEnginePackageProperties.xsd">
<general>
<title>
<langstring></langstring>
</title>
<catalogentry>
<catalog>Catalog</catalog>
<entry>
<langstring>1</langstring>
</entry>
</catalogentry>
<!-- If you know the locale, enter it here, if not, leave this as en-->
<language>en</language>
<!-- Manifest->Course.Description. If that doesn't exist, replace with Project Information-> Description. If that is empty, just leave "Description"-->
<description>
<langstring>Description</langstring>
</description>
<!-- SCORM 1.2 requires some keywords. You could just leave it as is, or substitute the title-->
<keyword>
<langstring>Training</langstring>
</keyword>
</general>
<lifecycle>
<version>
<langstring>1</langstring>
</version>
<status>
<source>
<langstring xml:lang="x-none">LOMv1.0</langstring>
</source>
<value>
<langstring xml:lang="x-none">Final</langstring>
</value>
</status>
</lifecycle>
<metametadata>
<metadatascheme>ADL SCORM 1.2</metadatascheme>
</metametadata>
<technical>
<format>text/html</format>
<format>application/x-javascript</format>
<format>application/x-shockwave-flash</format>
<format>text/css</format>
<location>indexAPI.html</location>
<!-- replace with your launch page-->
<pkgprop:ScormEnginePackageProperties xmlns="http://www.scorm.com/ScormEnginePackageProperties">
<appearance>
<displayStage>
<!-- Replace with target width and height of movie. (From Project Information -> Resolution -->
<desired>
<width>750</width>
<height>550</height>
<fullscreen>no</fullscreen>
</desired>
<required>
<width>0</width>
<height>0</height>
<fullscreen>no</fullscreen>
</required>
</displayStage>
</appearance>
<behavior>
<alwaysFlowToFirstSco>yes</alwaysFlowToFirstSco>
<scoreOverridesStatus>no</scoreOverridesStatus>
<validateInteractionTypes>yes</validateInteractionTypes>
</behavior>
</pkgprop:ScormEnginePackageProperties>
</technical>
<rights>
<cost>
<source>
<langstring xml:lang="x-none">LOMv1.0</langstring>
</source>
<value>
<langstring xml:lang="x-none">yes</langstring>
</value>
</cost>
<copyrightandotherrestrictions>
<source>
<langstring xml:lang="x-none">LOMv1.0</langstring>
</source>
<value>
<langstring xml:lang="x-none">yes</langstring>
</value>
</copyrightandotherrestrictions>
</rights>
<classification>
<purpose>
<source>
<langstring xml:lang="x-none">LOMv1.0</langstring>
</source>
<value>
<langstring xml:lang="x-none">Educational Objective</langstring>
</value>
</purpose>
<!--same as description above-->
<description>
<langstring>Description</langstring>
</description>
<!--same as keywords above-->
<keyword>
<langstring>Training</langstring>
</keyword>
</classification>
</lom>