<?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="adlcp_rootv1p2.xsd"/>
<file href="imscp_rootv1p1p2.xsd"/>
<file href="imsmd_rootv1p2p1.xsd"/>
<file href="ims_xml.xsd"/>
<file href="contents/index.html"/>
<file href="contents/css/bootstrap@5.3.8.min.css"/>
<file href="contents/css/main.css"/>
<file href="contents/js/bootstrap@5.3.8.bundle.min.js"/>
<file href="contents/js/selector.js"/>
<file href="contents/js/utils.js"/>
<file href="contents/js/listening/listeningFillUp.js"/>
<file href="contents/js/listening/listeningFillUpWithMCQImage.js"/>
<file href="contents/js/listening/listeningImageMultipleSelection.js"/>
<file href="contents/js/listening/listeningImageNumbering.js"/>
<file href="contents/js/listening/listeningImageNumberingAndTyping.js"/>
<file href="contents/js/listening/listeningMatch.js"/>
<file href="contents/js/listening/listeningMCQ.js"/>
<file href="contents/js/listening/listeningMultiple.js"/>
<file href="contents/js/listening/listeningParagraphFillUp.js"/>
<file href="contents/js/listening/listeningQuestionAnswerTyping.js"/>
<file href="contents/js/listening/listeningTableTyping.js"/>
<file href="contents/js/listening/listeningTextMultipleSelection.js"/>
<file href="contents/js/listening/listeningTextMultipleSelectionNumberingImage.js"/>
<file href="contents/js/listening/listeningTextNumbering.js"/>
<file href="contents/js/listening/listeningTypingDescriptive.js"/>
<file href="contents/js/typing/typingBoxesSelectTable.js"/>
<file href="contents/js/typing/typingInputBoxes.js"/>
<file href="contents/js/typing/typingTableDescriptive.js"/>
<file href="contents/js/typing/typingTextareaBoxes.js"/>
</resource>
	</resources>
</manifest>
