The <lcObjective> describes a single learning objective.
Contains
Note: These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Contained by
Doctype |
Content model |
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary |
lcObjectivesGroup |
Inheritance
- topic/li learningBase/lcObjective
Example
<learningOverview id="overview">
<title>Learning Overview topic</title>
<learningOverviewbody>
<lcObjectives>
<title>Objectives</title>
<lcObjectiveStem>When you complete this lesson, you'll know how to do the
following:</lcObjective>
<lcObjectivesList>
<lcObjective>Create a good learning overview topic.</lcObjective>
<lcObjective>Identify clear learning objectives.</lcObjective>
<lcObjective>Add good test items to assess knowledge gained.</lcObjective>
</lcObjectivesList>
</lcObjectives>
</learningOverviewbody>
</learningOverview>