-
Notifications
You must be signed in to change notification settings - Fork 1
/
cmi5.xml
24 lines (24 loc) · 973 Bytes
/
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
<?xml version="1.0" encoding="utf-8"?>
<courseStructure xmlns="https://w3id.org/xapi/profiles/cmi5/v1/CourseStructure.xsd">
<course id="http://veracity.it/examples/launch-introduction">
<title>
<langstring lang="en-US">Introduction to xAPI Launch</langstring>
</title>
<description>
<langstring lang="en-US">
This course demonstrates the basics of xAPI launch. Check out the readme or the launch the course for additional information.
</langstring>
</description>
</course>
<au id="http://veracity.it/examples/launch-introduction/aus/introduction">
<title>
<langstring lang="en-US">Introduction to xAPI Launch</langstring>
</title>
<description>
<langstring lang="en-US">
This lesson demonstrates the basics of xAPI launch. Check out the readme or the launch the course for additional information.
</langstring>
</description>
<url>./index.html</url>
</au>
</courseStructure>