lcMultipleSelect

In an lcMultipleSelect interaction, the learner must indicate two or more correct answers from a list of choices.

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
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary ( (title) (optional) then (lcQuestion) then (lcAsset) (optional) then (lcAnswerOptionGroup) then (lcFeedbackIncorrect) (optional) then (lcFeedbackCorrect) (optional) then (data) (any number) )

Contained by

Doctype Content model
learningAssessment, learningOverview, learningSummary p, note, lq, li, itemgroup, dd, stentry, draft-comment, fn, entry, abstract, body, bodydiv, section, sectiondiv, example, lcIntro, lcAudience, lcPrereqs, lcSummary, lcNextSteps, lcReview, lcResources, lcChallenge, lcInstruction, lcInteraction, lcInstructornote
learningContent p, note, lq, li, itemgroup, dd, stentry, draft-comment, fn, entry, abstract, body, bodydiv, section, sectiondiv, example, lcIntro, lcAudience, lcPrereqs, lcSummary, lcNextSteps, lcReview, lcResources, lcChallenge, lcInstruction, lcInteraction, prereq, context, steps-informal, stepsection, info, tutorialinfo, stepxmp, choice, choptionhd, chdeschd, choption, chdesc, stepresult, result, postreq, conbody, refsyn, proptypehd, propvaluehd, propdeschd, lcInstructornote
learningPlan p, note, lq, li, itemgroup, dd, stentry, draft-comment, fn, entry, abstract, body, bodydiv, section, sectiondiv, example, lcIntro, lcAudience, lcPrereqs, lcSummary, lcNextSteps, lcReview, lcResources, lcChallenge, lcInstruction, lcInteraction, lcGeneralDescription, lcGoals, lcNeeds, lcValues, lcOrgConstraints, lcEdLevel, lcAge, lcBackground, lcSkills, lcKnowledge, lcMotivation, lcSpecChars, lcWorkEnvDescription, lcPlanResources, lcProcesses, lcTaskItem, lcAttitude, lcPlanObjective, lcJtaItem, lcGapItemDelta, lcLearnStrat, lcAssessment, lcDelivery, lcInstructornote

Inheritance

+ topic/fig learningInteractionBase-d/lcInteractionBase learning-d/lcMultipleSelect

Example

      <!--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>
  

Attributes

Name Description Data Type Default Value Required?
id Defines an ID by which the element may be referenced. NMTOKEN #REQUIRED Yes
conref-atts attribute group (conref, conrefend, conaction, conkeyref) A set of related attributes; includes all of the attributes described in 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 select-atts attribute group
localization-atts attribute group (translate, xml:lang, dir) A set of related attributes, described in localization-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?