-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathimsmanifest.xml
More file actions
executable file
·85 lines (81 loc) · 3.49 KB
/
imsmanifest.xml
File metadata and controls
executable file
·85 lines (81 loc) · 3.49 KB
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
<?xml version="1.0" standalone="no" ?>
<!--
Single SCO with basic runtime calls. SCORM 1.2.
Provided by Rustici Software - http://www.scorm.com
This example demonstrates the use of basic runtime calls in a multi-page SCO. It
includes a demonstration of bookmarking, status reporting (completion and success),
score and time. It also includes the addition of a basic "controller" for providing
intra-SCO navigation.
-->
<manifest identifier="com.scorm.golfsamples.runtime.basicruntime.12" version="1"
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="default_org">
<organization identifier="default_org">
<title><!-- Course Title --></title>
<item identifier="item_1" identifierref="resource_1">
<title><!-- Item Title --></title>
</item>
</organization>
</organizations>
<resources>
<!-- set href to the page that should open when the course is launched -->
<resource identifier="resource_1" type="webcontent" adlcp:scormtype="sco" href="index.html">
<!--
List of all files inside the course directory
Dreamweaver Manifest Maker extension is useful for this
-->
<!--
<file href="Etiquette/Course.html"/>
<file href="Etiquette/course.jpg"/>
<file href="Etiquette/Distracting.html"/>
<file href="Etiquette/distracting.jpg"/>
<file href="Etiquette/Play.html"/>
<file href="Etiquette/play.jpg"/>
<file href="Etiquette/questions.js"/>
<file href="Handicapping/calchandi.jpg"/>
<file href="Handicapping/calcscore.jpg"/>
<file href="Handicapping/CalculatingHandicap.html"/>
<file href="Handicapping/CalculatingScore.html"/>
<file href="Handicapping/Example.html"/>
<file href="Handicapping/example.jpg"/>
<file href="Handicapping/Overview.html"/>
<file href="Handicapping/overview.jpg"/>
<file href="Handicapping/questions.js"/>
<file href="HavingFun/friends.jpg"/>
<file href="HavingFun/fun.jpg"/>
<file href="HavingFun/HowToBeStylish.html"/>
<file href="HavingFun/HowToHaveFun.html"/>
<file href="HavingFun/MakeFriends.html"/>
<file href="HavingFun/questions.js"/>
<file href="HavingFun/stylish.jpg"/>
<file href="Playing/otherscoreing.jpg"/>
<file href="Playing/OtherScoring.html"/>
<file href="Playing/Par.html"/>
<file href="Playing/par.jpg"/>
<file href="Playing/Playing.html"/>
<file href="Playing/playing.jpg"/>
<file href="Playing/questions.js"/>
<file href="Playing/rules.jpg"/>
<file href="Playing/RulesOfGolf.html"/>
<file href="Playing/Scoring.html"/>
<file href="Playing/scoring.jpg"/>
<file href="shared/assessmenttemplate.html"/>
<file href="shared/background.jpg"/>
<file href="shared/cclicense.png"/>
<file href="shared/contentfunctions.js"/>
<file href="shared/launchpage.html"/>
<file href="shared/scormfunctions.js"/>
<file href="shared/style.css"/>
-->
</resource>
</resources>
</manifest>