"MultipleChoiceGrid" (Question Interface Type)
"MultipleChoiceGrid"
provides a grid of values and categories, where one category is selected for each value.
Properties
- In QuestionInterface["MultipleChoiceGrid",props], props is an Association that supports the following keys:
-
"Prompt" None text asking the user a question "Choices" required values available for selection "Categories" required classifications available for selection
Corresponding AssessmentFunction
- "MultipleChoiceGrid" is the automatically assigned interface type for an AssessmentFunction of the form AssessmentFunction[{k1<"Category"c1 >k2<"Category"c2 >…},<"ElementwiseAssessment"True >].