<?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="ratnasagar">
		<organization identifier="ratnasagar">
			<title>RSPL Animated Activity</title>
			<item identifier="item_1" identifierref="resource_1">
				<title>RSPL Animated Activity</title>
			</item>
		</organization>
	</organizations>
	<resources>
		<resource identifier="resource_1" type="webcontent" adlcp:scormtype="sco" href="contents/index.html">
        <file href="contents\js\spritejs-1.0.min.js"/>
        <file href="contents\js\mainjs.js"/>
        <file href="contents\js\jquery-1.12.3.js"/>
        <file href="contents\js\data.js"/>
        <file href="contents\js\Constants.js"/>
        <file href="contents\index.html"/>
        <file href="contents\css\main.css"/>
        <file href="contents\Assets\rubric\rubric.ogg"/>
        <file href="contents\Assets\rubric\rubric.mp3"/>
        <file href="contents\__fonts\Roboto-Regular.ttf"/>
        <file href="contents\__fonts\MyriadPro-Semibold_2.otf"/>
        <file href="contents\__fonts\Courgette-Regular.ttf"/>
        <file href="contents\__fonts\Cabin-Bold.ttf"/>
        <file href="adlcp_rootv1p2.xsd"/>
        <file href="__images\loader.gif"/>
        <file href="__images\image\bg5.jpg"/>
        <file href="__images\image\bg4.jpg"/>
        <file href="__images\image\bg3.jpg"/>
        <file href="__images\image\bg2.jpg"/>
        <file href="__images\image\bg1.jpg"/>
        <file href="__images\image\anim5.png"/>
        <file href="__images\image\anim4.png"/>
        <file href="__images\image\anim3.png"/>
        <file href="__images\image\anim2.png"/>
        <file href="__images\image\anim1.png"/>
        <file href="__images\completed.png"/>
        <file href="__images\audON.png"/>
        <file href="__images\audOFF.png"/>
        <file href="__images\arrow2.png"/>
        <file href="__images\arrow.png"/>
        <file href="__images\activityComplete.png"/>
        <file href="__images\activity.png"/>
        <file href="__audio\Wonderful.ogg"/>
        <file href="__audio\Wonderful.mp3"/>
        <file href="__audio\Welldone.ogg"/>
        <file href="__audio\Welldone.mp3"/>
        <file href="__audio\TryOnceAgain.ogg"/>
        <file href="__audio\TryOnceAgain.mp3"/>
        <file href="__audio\ThisIsTheCorrectAns.ogg"/>
        <file href="__audio\ThisIsTheCorrectAns.mp3"/>
        <file href="__audio\ThinkAgain.ogg"/>
        <file href="__audio\ThinkAgain.mp3"/>
        <file href="__audio\Superb.ogg"/>
        <file href="__audio\Superb.mp3"/>
        <file href="__audio\Right8.ogg"/>
        <file href="__audio\Right8.mp3"/>
        <file href="__audio\Right7.ogg"/>
        <file href="__audio\Right7.mp3"/>
        <file href="__audio\Right6.ogg"/>
        <file href="__audio\Right6.mp3"/>
        <file href="__audio\Right5.ogg"/>
        <file href="__audio\Right5.mp3"/>
        <file href="__audio\Right4.ogg"/>
        <file href="__audio\Right4.mp3"/>
        <file href="__audio\Right3.ogg"/>
        <file href="__audio\Right3.mp3"/>
        <file href="__audio\Right2.ogg"/>
        <file href="__audio\Right2.mp3"/>
        <file href="__audio\Right1.ogg"/>
        <file href="__audio\Right1.mp3"/>
        <file href="__audio\Oops.ogg"/>
        <file href="__audio\Oops.mp3"/>
        <file href="__audio\MoreGo4.ogg"/>
        <file href="__audio\MoreGo4.mp3"/>
        <file href="__audio\MoreGo3.ogg"/>
        <file href="__audio\MoreGo3.mp3"/>
        <file href="__audio\MoreGo2.ogg"/>
        <file href="__audio\MoreGo2.mp3"/>
        <file href="__audio\MoreGo1.ogg"/>
        <file href="__audio\MoreGo1.mp3"/>
        <file href="__audio\LetsTryAgain.ogg"/>
        <file href="__audio\LetsTryAgain.mp3"/>
        <file href="__audio\LetsGiveAnotherShot.ogg"/>
        <file href="__audio\LetsGiveAnotherShot.mp3"/>
        <file href="__audio\incorrect.ogg"/>
        <file href="__audio\incorrect.mp3"/>
        <file href="__audio\GoodJob.ogg"/>
        <file href="__audio\GoodJob.mp3"/>
        <file href="__audio\Good.ogg"/>
        <file href="__audio\Good.mp3"/>
        <file href="__audio\GiveAnotherTry.ogg"/>
        <file href="__audio\GiveAnotherTry.mp3"/>
        <file href="__audio\Excellent.ogg"/>
        <file href="__audio\Excellent.mp3"/>
        <file href="__audio\correct.ogg"/>
        <file href="__audio\correct.mp3"/>
        <file href="__audio\completed.ogg"/>
        <file href="__audio\completed.mp3"/>
        <file href="__audio\Brilliant.ogg"/>
        <file href="__audio\Brilliant.mp3"/>
        <file href="__audio\Amazing.ogg"/>
        <file href="__audio\Amazing.mp3"/>

		</resource>
	</resources>
</manifest>
