WOLFRAM

"ChooseMultiple" (Question Interface Type)

[Experimental]

"ChooseMultiple"

presents multiple values from which multiple can be chosen.

Details

  • In a choose multiple question, any number of items can be selected from the list of possible choices.
  • By default, "ChooseMultiple" question interfaces use checkbox buttons for selection.

Properties

  • In QuestionInterface["ChooseMultiple",props], props is an Association that supports the following keys:
  • "Prompt"Nonetext asking the user a question
    "Choices"requiredlist of choices

Corresponding AssessmentFunction

  • Except for limited special cases, "ChooseMultiple" is the automatically assigned interface type for an AssessmentFunction of the form AssessmentFunction[{k11,k20,k31,},<|"ListAssessment""SeparatelyScoreElements"|>] with multiple defined keys and multiple correct keys.
  • The values in the assessment function can be True and False or numeric values, in which case positive values are interpreted as correct.

Examples

Basic Examples  (2)Summary of the most common use cases

Create a choose multiple interface:

Out[1]=1

Choose multiple with assessment:

Out[1]=1