"SelectPair" (Question Interface Type)
"SelectPair" (Question Interface Type)
"SelectPair"
Provides two menus to select one value and category from.
Properties
- In QuestionInterface["SelectPair",props], props is an Association that supports the following keys:
-
"Prompt" None text asking the user a question "Left" required values available for selection "Right" required classifications available for selection - Additionally, options for PopupMenu are supported, including:
-
Background Automatic input field background color "DefaultLabel" Null expression to display when field is empty FieldSize {{{{5,Infinity},{1,Infinity}}}} the size of the input field - For a PopupMenu setting optvalue, the following forms of value are supported:
-
expr use expr for all fields {expr1, expr2} use the expri in order for each field
Corresponding AssessmentFunction
- Except for limited special cases, "SelectPair" is the automatically assigned interface type for an AssessmentFunction of the form AssessmentFunction[{k1<|"Category"c1|>,k2<|"Category"c2|>,k3<|"Category" c3|>,…}].
See Also
QuestionInterface QuestionObject
Question Interface Types: MultipleChoiceGrid MultipleChoice