<?xml version="1.0" standalone="no" ?>
<!--
Single SCO with advanced runtime calls. SCORM 2004 3rd Edition.

Provided by Rustici Software - http://www.scorm.com

This example demonstrates the use of more advanced runtime calls in a multi-page SCO. It
includes a demonstration of reporting interactions (question results), progress
towards specific learning objective and overall progress towards completion. 
It also demonstrates using the manifest to specify a passing score rather than 
hard coding the passing score within the content.
-->

<manifest identifier="com.scorm.golfsamples.runtime.advancedruntime.20043rd" version="1"
          xmlns="http://www.imsglobal.org/xsd/imscp_v1p1"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3"
          xmlns:adlseq="http://www.adlnet.org/xsd/adlseq_v1p3"
          xmlns:adlnav="http://www.adlnet.org/xsd/adlnav_v1p3"
          xmlns:imsss="http://www.imsglobal.org/xsd/imsss"
          xsi:schemaLocation="http://www.imsglobal.org/xsd/imscp_v1p1 imscp_v1p1.xsd
                              http://www.adlnet.org/xsd/adlcp_v1p3 adlcp_v1p3.xsd
                              http://www.adlnet.org/xsd/adlseq_v1p3 adlseq_v1p3.xsd
                              http://www.adlnet.org/xsd/adlnav_v1p3 adlnav_v1p3.xsd
                              http://www.imsglobal.org/xsd/imsss imsss_v1p0.xsd">
	
  <metadata>
		<schema>ADL SCORM</schema>
		<schemaversion>2004 3rd Edition</schemaversion>
	</metadata>
  <organizations default="golf_sample_default_org">
		<organization identifier="golf_sample_default_org" adlseq:objectivesGlobalToSystem="false">
			<title>Golf Explained - Run-time Advanced Calls</title>
			<item identifier="item_1" identifierref="resource_1">
				<title>Golf Explained</title>
        <imsss:sequencing>
          <imsss:objectives>
            <!-- 
            The "primary objective" of an activity holds the data for the activity's
            overall satisfaction and score. This element identifies the primary objective.
            Indicating that the objective is "satisfied by measure" means that the 
            activity's success status is derrived from the activity's score in relation
            to the mastery score. In other words, if the score is greater than the passing
            score, the the activity is passed. If it is less, then it is failed. The 
            "min normalized measure" defines the passing score for the activity. This example
            sets the passing score to 0.8, or 80%.
            -->
            <imsss:primaryObjective objectiveID="PRIMARYOBJ" satisfiedByMeasure="true">
              <imsss:minNormalizedMeasure>0.8</imsss:minNormalizedMeasure>
            </imsss:primaryObjective>
            
            <!--
            Define four secondary objectives that correspond to the specific
            learning objectives of this training. These are simply defined for
            reporting purposes in this example. They could also be used for
            sequencing rules.
            -->
            <imsss:objective objectiveID="obj_etiquette"></imsss:objective>
            <imsss:objective objectiveID="obj_handicapping"></imsss:objective>
            <imsss:objective objectiveID="obj_havingfun"></imsss:objective>
            <imsss:objective objectiveID="obj_playing"></imsss:objective>
          </imsss:objectives>
          <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
        </imsss:sequencing>
			</item>
      <imsss:sequencing>
        <imsss:controlMode choice="true" flow="true"/>
      </imsss:sequencing>
		</organization>
	</organizations>
	<resources>
		<resource identifier="resource_1" type="webcontent" adlcp:scormType="sco" href="shared/launchpage.html">
      <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>
