java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.adl.sequencing.MapInfo
All Implemented Interfaces:
Serializable

public class MapInfo extends Object implements Serializable
Represents a mapping to a global objective or another objective within the LMS. Maps allow tracking of objectives that are shared across different content items. The following schema shows the structure of the mapInfoType element:

   <xs:complexType name="mapInfoType">
      <xs:attribute name="targetObjectiveID" use="required" type="xs:anyURI" />
      <xs:attribute name="readRawScore" default="true" type="xs:boolean" />
      <xs:attribute name="readMinScore" default="true" type="xs:boolean" />
      <xs:attribute name="readMaxScore" default="true" type="xs:boolean" />
      <xs:attribute name="readCompletionStatus" default="true" type="xs:boolean" />
      <xs:attribute name="readProgressMeasure" default="true" type="xs:boolean" />
      <xs:attribute name="writeRawScore" default="false" type="xs:boolean" />
      <xs:attribute name="writeMinScore" default="false" type="xs:boolean" />
      <xs:attribute name="writeMaxScore" default="false" type="xs:boolean" />
      <xs:attribute name="writeCompletionStatus" default="false" type="xs:boolean" />
      <xs:attribute name="writeProgressMeasure" default="false" type="xs:boolean" />
   </xs:complexType>
 
See Also:
  • Constructor Details

    • MapInfo

      public MapInfo()