The <lcObjectivesStem> provides a leading sentence to introduce a list of learning objectives.
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 |
lcObjectives |
Inheritance
- topic/ph learningBase/lcObjectivesStem
Example
<learningOverview id="overview">
<title>Learning Overview topic</title>
<learningOverviewbody>
<lcObjectives>
<title>Objectives</title>
<lcObjectivesStem>When you complete this lesson, you'll know how to do the
following:</lcObjectivesStem>
<lcObjectivesList>
<lcObjective>Creating a good learning overview topic.</lcObjective>
<lcObjective>Identifying clear learning objectives.</lcObjective>
<lcObjective>Adding good test items to assess knowledge gained.</lcObjective>
</lcObjectivesList>
</lcObjectives>
</learningOverviewbody>
</learningOverview>