In an lcMultipleSelect interaction, the learner must indicate two or more correct answers from a list of choices.
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary |
( (title) (optional) then (lcQuestion) then (lcAsset) (optional) then (lcAnswerOptionGroup) then (lcFeedbackIncorrect) (optional) then (lcFeedbackCorrect) (optional) then (data) (any number) ) |
+ topic/fig learningInteractionBase-d/lcInteractionBase learning-d/lcMultipleSelect
<!--Multiple select Interaction -->
<lcMultipleSelect
id="ms1">
<title>Finding Major League Baseball logos</title>
<lcQuestion>Which one of the following is a logo of a Major League Baseball team? (You may
choose more than one.)</lcQuestion>
<lcAnswerOptionGroup>
<lcAnswerOption
id="A">
<lcAnswerContent>
<image
href="logo1.gif"/>
</lcAnswerContent>
<lcCorrectResponse/>
<lcFeedback>Yes, that's one.</lcFeedback>
</lcAnswerOption>
<lcAnswerOption
id="B">
<lcAnswerContent>
<image
href="logo2.gif"/>
</lcAnswerContent>
<lcCorrectResponse/>
<lcFeedback>Yes, that's one.</lcFeedback>
</lcAnswerOption>
<lcAnswerOption
id="C">
<lcAnswerContent>
<image
href="logo3.gif"/>
</lcAnswerContent>
<lcFeedback>No, not that one. Sorry!</lcFeedback>
</lcAnswerOption>
<lcAnswerOption
id="D">
<lcAnswerContent>
<image
href="logo4.gif"/>
</lcAnswerContent>
<lcCorrectResponse/>
<lcFeedback>Yes, that's one.</lcFeedback>
</lcAnswerOption>
</lcAnswerOptionGroup>
</lcMultipleSelect>
conref-atts attribute group (conref, conrefend, conaction, conkeyref) |
A set of related attributes; includes all of the attributes described in 3.4.1.4 id-atts attribute group except for the id attribute. |
|||
select-atts attribute group (props, base, platform, product, audience, otherprops, importance, rev, status) |
A set of related attributes, described in 3.4.1.5 select-atts attribute group |
|||
localization-atts attribute group (translate, xml:lang, dir) |
A set of related attributes, described in 3.4.1.6 localization-atts attribute group. |
|||
A set of related attributes, described in 3.4.1.2 global-atts attribute group |
||||
Common attributes described in 3.4.1.9 Other common DITA attributes |