mirror of
https://github.com/andre-wojtowicz/elearning-scorm-exam-template.git
synced 2024-11-21 15:00:27 +01:00
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
|
|
<!--
|
|
Course: ...
|
|
Author: ...
|
|
Last edit: ...
|
|
-->
|
|
|
|
<manifest identifier="pl.edu.amu.wmi.elearning.scorm-exam-example"
|
|
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>Exam</title>
|
|
</item>
|
|
</organization>
|
|
</organizations>
|
|
<resources>
|
|
<resource identifier="resource_1" type="webcontent" adlcp:scormtype="sco" href="materials/exam.html">
|
|
<file href="materials/exam.html"/>
|
|
</resource>
|
|
</resources>
|
|
</manifest>
|