Was this helpful?
lcInstruction
The lcInstruction describes the specifics of a learning activity.
You have two options for including instructive content in a learningContent topic.
When you want to include content directly in the body of the learningContent topic, use lcInstruction.
When you want to use content that already exists in other DITA topics, or when you want to take advantage of additional topic types, such as concept, task, or reference, you can include that content as additional nested topic content in the learningContent topic, immediately after the learningContentbody.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- topic/section learningBase/lcInstruction
Example 616. Example
<learningContent id="overview">
<title>Learning Content topic</title>
<learningContentbody>
<lcInstruction><title>Instruction</title>
<p>Describe the instruction.</p>
</lcInstruction>
</learningContentbody>
</learningContent>
Attributes
The following attributes are available on this element: Universal attribute group, outputclass, and spectitle.