<lcFeedback2>
The <lcFeedback2> element in an assessment interaction
provides information to the learner about a correct or incorrect response. This element
replaces the <lcFeedback> element in DITA 1.2.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
+ topic/div learningInteractionBase2-d/div learning2-d/lcFeedback2
Example
This section is non-normative.
<!--Single select Interaction -->
<lcSingleSelect2 id="singleselect">
<lcInteractionLabel2>Multiple Choice - IEEE standards trivia</lcInteractionLabel2>
<lcQuestion2>Which one of the listed standards committees is responsible for
developing the token ring specification?</lcQuestion2>
<lcAnswerOptionGroup2>
<lcAnswerOption2>
<lcAnswerContent2>IEEE 802.3</lcAnswerContent2>
<lcFeedback2>Sorry. A little low.</lcFeedback2>
</lcAnswerOption2>
<lcAnswerOption2>
<lcAnswerContent2>IEEE 802.5</lcAnswerContent2>
<lcCorrectResponse2/>
<lcFeedback2>That's the one.</lcFeedback2>
</lcAnswerOption2>
<lcAnswerOption2>
<lcAnswerContent2>IEEE 802.6</lcAnswerContent2>
<lcFeedback2>Nope. Too high.</lcFeedback2>
</lcAnswerOption2>
<lcAnswerOption2>
<lcAnswerContent2>IEEE 802.11</lcAnswerContent2>
<lcFeedback2>Nope. Way too high.</lcFeedback2>
</lcAnswerOption2>
</lcAnswerOptionGroup2>
</lcSingleSelect2>
Content model
(Text | <dl> | <div> | <fig> | <image> | <lines> | <lq> | <note> | <object> | <ol> | <p> | <pre> | <simpletable> | <sl> | <table> | <ul> | <boolean> | <cite> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <state> | <data> | <data-about> | <foreign> | <unknown> | <draft-comment> | <fn> | <indextermref> | <indexterm> | <required-cleanup>)*
Contained by
<lcAnswerOption2>, <lcArea2>, <lcMatchingItemFeedback2>
- Text
<boolean><cite><data><data-about><div><dl><draft-comment><fig><fn><foreign><image><indexterm><indextermref><keyword><lines><lq><note><object><ol><p><ph><pre><q><required-cleanup><simpletable><sl><state><table><term><text><tm><ul><unknown><xref>
Contained by
<lcAnswerOption2><lcArea2><lcMatchingItemFeedback2>
Inheritance
+ topic/div learningInteractionBase2-d/div learning2-d/lcFeedback2
The <lcFeedback2> element is specialized from <div>. It is defined in the learning2-domain module.
Attributes
The following attributes are available on this element: Universal attribute group and outputclass.