Class Scorm2004Objectives
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective.Scorm2004Objectives
- All Implemented Interfaces:
Serializable
Represents the learning objectives for an activity within the SCORM IMS Simple Sequencing (IMSSS)
schema. Objectives define specific learning goals or criteria that are associated with a learning
activity and may contribute to the activity’s completion and satisfaction status.
The objectives for an activity are classified into a primary objective, which contributes to rollup and tracking of learner progress, and additional objectives that may serve as supporting or secondary goals.
Objectives typically include settings such as the minimum measure required for success, satisfaction criteria, and mappings to global objectives. These settings allow for detailed control over how progress is assessed and reported in the LMS.
The IMSSS namespace is specified by IMSSS.NAMESPACE_URI, following the SCORM 2004
standards for sequencing and navigation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Scorm2004Objectives
public Scorm2004Objectives()
-