<lcTrueFalse>
The element <lcTrueFalse> was
deprecated in DITA version 1.3. It was replaced with the <lcTrueFalse2>
element. It was originally intended to present the learner with two choices, one correct, the
other incorrect, often presented as true/false or yes/no responses.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
+ topic/fig learningInteractionBase-d/lcInteractionBase learning-d/lcTrueFalse
Example
This section is non-normative.
<!--True - False Interaction -->
<lcTrueFalse id="tf1">
<title>True - False sun rising</title>
<lcQuestion>On Earth, the sun rises in the West and sets in the East.</lcQuestion>
<lcAnswerOptionGroup>
<lcAnswerOption>
<lcAnswerContent>True</lcAnswerContent>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>False</lcAnswerContent>
<lcCorrectResponse/>
</lcAnswerOption>
</lcAnswerOptionGroup>
<lcFeedbackIncorrect>No, look to the East.</lcFeedbackIncorrect>
<lcFeedbackCorrect>Yes, look to the East.</lcFeedbackCorrect>
</lcTrueFalse>
Content model
<title>?, <lcQuestion>, <lcAsset>?, <lcAnswerOptionGroup>, <lcFeedbackIncorrect>?, <lcFeedbackCorrect>?, <data>*
Not contained by any element.
- Optional
<title> <lcQuestion>- Optional
<lcAsset> <lcAnswerOptionGroup>- Optional
<lcFeedbackIncorrect> - Optional
<lcFeedbackCorrect> - Zero or more
<data>
Not contained by any element.
Inheritance
+ topic/fig learningInteractionBase-d/lcInteractionBase learning-d/lcTrueFalse
The <lcTrueFalse> element is specialized from <lcInteractionBase>. It is defined in the learning-domain module.
Attributes
The following attributes are available on this element: Universal attribute group (with a narrowed definition of @id, given
below) and outputclass.
@id(REQUIRED)- Defines an ID by which the element can be referenced.
@id(REQUIRED)- Defines an ID by which the element can be referenced.