-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
imsmanifest.xml
35 lines (32 loc) · 1.33 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!--
Course: Learn Git Branching
Url: https://github.com/pcottle/learnGitBranching
https://github.com/andre-wojtowicz/learn-git-branching-scorm
Last edit: ...
-->
<manifest identifier="pl.edu.amu.wmi.elearning.learngitbranching"
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>
</metadata>
<organizations default="sample_org">
<organization identifier="sample_org">
<title>Module</title>
<item identifier="item_1" identifierref="resource_1">
<title>Learn Git Branching</title>
</item>
</organization>
</organizations>
<resources>
<resource identifier="resource_1" type="webcontent" adlcp:scormtype="sco" href="materials/index.html">
<file href="materials/index.html"/>
</resource>
</resources>
</manifest>