The <lcPlanObjective> describes the objective to be addressed by a gap analysis or intervention.
Contains
Note: These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Inheritance
- topic/p learningBase/p learningPlan/lcPlanObjective
Example: lcGapAnalysis
...
<lcGapAnalysis>
<title>Gap Analysis</title>
<lcGapItem>
<title>Gap item</title>
<lcPlanObjective>Learn the basics before you go further.</lcPlanObjective>
<lcJtaItem>Current learning objectives provide guidance to developing small modules with terminal learning objectives.</lcJtaItem>
<lcGapItemDelta>Current learners do not have the capability to approach learning
development in a modular strategy that saves time and costs across
the enterprise.</lcGapItemDelta>
</lcGapItem>
</lcGapAnalysis>
...
Example
<learningPlan id="learningPlanTest">
<title>Learning Plan</title>
<shortdesc>It's always good to provide a plan.
</shortdesc>
<learningPlanbody>
<lcIntervention>
<title>Intervention</title>
<lcInterventionItem>
<lcLearnStrat>Lesson 5
consists of three SCOs, available from the LMS table of contents. The lesson
addresses teaching points that support the module objectives. </lcLearnStrat>
<lcPlanObjective>Learn the basics of SCORM.</lcPlanObjective>
<lcAssessment>The
module will have a final assessment with questions associated to the SCOs that
comprise the module. </lcAssessment>
<lcDelivery>The course may be presented by
land, by sea, and by air.</lcDelivery>
</lcInterventionItem>
</lcIntervention>
</learningPlanbody>
</learningPlan>