-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimsmanifest.xml
27 lines (27 loc) · 1.01 KB
/
imsmanifest.xml
1
<?xml version="1.0"?><manifest identifier="story_introduction" version="1.2" 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="player"> <organization identifier="player"> <title>Demo story</title> <item identifier="course" identifierref="resource1" isvisible="true"> <title>Demo story</title> </item> </organization> </organizations> <resources> <resource identifier="resource1" type="webcontent" adlcp:scormtype="sco" href="index.html"> <file href="index.html" /> </resource> </resources></manifest>