Class ADLObjective
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.adl.sequencing.ADLObjective
- All Implemented Interfaces:
Serializable
Represents an objective within the SCORM sequencing model. Objectives define specific learning
goals and their status and measure. The following schema snippet shows the structure of an
objective element:
<xs:complexType name="objectiveType">
<xs:sequence>
<xs:element ref = "mapInfo" minOccurs = "1" maxOccurs = "unbounded"/>
</xs:sequence>
<xs:attribute name = "objectiveID" use = "required" type = "xs:anyURI"/>
</xs:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ADLObjective
public ADLObjective()
-