lcInterventionItem

The <lcInterventionItem> describes how learning content is built, based on a systems approach to analyzing, designing, developing, implementing, and evaluating any instructional experience.

Contains

Note

These models represent only the default document types distributed by OASIS. Actual content models will differ with each new document type.
Doctype Content model
learningPlan ( (title) (optional) then (lcLearnStrat) (optional) then (lcPlanObjective) (optional) then (lcAssessment) (optional) then (lcDelivery) (optional) )

Contained by

Doctype Content model
learningPlan lcIntervention

Inheritance

- topic/fig learningBase/fig learningPlan/lcInterventionItem

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>
  

Attributes

Name Description Data Type Default Value Required?
display-atts attribute group (scale, frame, expanse) A set of related attributes, described in display-atts attribute group
spectitle The specialized title attribute allows architects of specialized types to define a fixed or default title for a specialized element. Not intended for direct use by authors. CDATA #IMPLIED No
univ-atts attribute group (includes select-atts, id-atts, and localization-atts groups) A set of related attributes, described in univ-atts attribute group
global-atts attribute group (xtrf, xtrc) A set of related attributes, described in global-atts attribute group
class, outputclass Common attributes described in Other common DITA attributes

Was this helpful?