"MultipleChoice" (Question Interface Type)
"MultipleChoice" (Question Interface Type)
"MultipleChoice"
presents multiple values from which one is chosen.
Properties
- In QuestionInterface["MultipleChoice",props], props is an Association that supports the following keys:
-
"Prompt" None text asking the user a question "Choices" required list of choices - Additionally, options for RadioButtonBar are supported, including:
-
Appearance Automatic the overall appearance of the radio button bar Background Automatic background color to use
Corresponding AssessmentFunction
- Except for limited special cases, "MultipleChoice" is the automatically assigned interface type for an AssessmentFunction of the form AssessmentFunction[{k11,k20,k30…}] with multiple defined keys and only one correct key.
- The values in the assessment function can be True and False or numeric values, in which case positive values are interpreted as correct.
Examples
open all close allScope (2)
A multiple-choice question with multiple possible correct answers:
A multiple-choice question with customized appearance using the options of RadioButtonBar:
See Also
QuestionInterface QuestionObject
Question Interface Types: MultipleChoiceGrid ChooseMultiple