-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextended-cmi5.xml
72 lines (72 loc) · 3.17 KB
/
extended-cmi5.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
<?xml version="1.0" encoding="utf-8"?>
<!-- The following file is a course structure with extension -->
<courseStructure xmlns="https://w3id.org/xapi/profiles/cmi5/v1/CourseStructure.xsd"
xmlns:kw="http://www.adlnet.gov/cmi5/KeywordExtension.xsd">
<course id="http://course-repository.example.edu/identifiers/courses/02baafcf">
<title>
<langstring lang="en-US">Introduction to Geology</langstring>
</title>
<description>
<langstring lang="en-US">
This course will introduce you into the basics of geology. This includes subjects such as
plate tectonics, geological materials and the history of the Earth.
</langstring>
</description>
</course>
<au id="http://course-repository.example.edu/identifiers/courses/02baafcf/aus/4c07">
<title>
<langstring lang="en-US">Introduction to Geology</langstring>
</title>
<description>
<langstring lang="en-US">
This course will introduce you into the basics of geology. This includes subjects such as
plate tectonics, geological materials and the history of the Earth.
</langstring>
</description>
<url>http://course-repository.example.edu/identifiers/courses/02baafcf/aus/4c07/launch.html</url>
<kw:keyword idref="http://words.example/earth_science"></kw:keyword>
<kw:keyword idref="http://words.example/plate_tectonics"></kw:keyword>
<kw:keyword idref="http://words.example/open_course"></kw:keyword>
<kw:keyword idref="http://words.example/video_based_learning"></kw:keyword>
<kw:keyword idref="http://words.example/secondary_school"></kw:keyword>
</au>
<kw:keywords>
<kw:keyword id="http://words.example/earth_science">
<kw:title>
<langstring lang="en-US">Earth Science</langstring>
</kw:title>
<kw:description>
<langstring lang="en-US">Earth science or geoscience is an all-embracing term referring to the fields of science dealing with planet Earth.</langstring>
</kw:description>
</kw:keyword>
<kw:keyword id="http://words.example/plate_tectonics">
<kw:title>
<langstring lang="en-US">Plate Tectonics</langstring>
</kw:title>
<kw:description>
<langstring lang="en-US">Plate tectonics is a scientific theory that describes the motion of Earth's lithosphere.</langstring>
</kw:description>
</kw:keyword>
<kw:keyword id="http://words.example/open_course">
<kw:title>
<langstring lang="en-US">Open Course</langstring>
</kw:title>
<kw:description>
<langstring lang="en-US">This course is copyrighted with an open license</langstring>
</kw:description>
</kw:keyword>
<kw:keyword id="http://words.example/video_based_learning">
<kw:title>
<langstring lang="en-US">Video Based Learning</langstring>
</kw:title>
</kw:keyword>
<kw:keyword id="http://words.example/secondary_school">
<kw:title>
<langstring lang="en-US">Secondary School</langstring>
</kw:title>
<kw:description>
<langstring lang="en-US">The content is prepared for secondary school students</langstring>
</kw:description>
</kw:keyword>
</kw:keywords>
</courseStructure>