Interface: CheckboxResponse
The CheckboxResponse interface is used to define the properties of a checkbox response. CheckboxResponses render as a checkbox input with user specified options.
Hierarchy
-
↳
CheckboxResponse
Table of contents
Properties
- correctAnswer
- hidden
- id
- location
- options
- paramCapture
- prompt
- required
- requiredLabel
- requiredValue
- type
Properties
correctAnswer
• Optional
correctAnswer: unknown
Inherited from
Defined in
hidden
• Optional
hidden: boolean
Inherited from
Defined in
id
• id: string
Inherited from
Defined in
location
• location: "sidebar"
| "aboveStimulus"
| "belowStimulus"
Inherited from
Defined in
options
• options: Option
[]
Defined in
paramCapture
• Optional
paramCapture: string
Inherited from
Defined in
prompt
• prompt: string
Inherited from
Defined in
required
• required: boolean
Inherited from
Defined in
requiredLabel
• Optional
requiredLabel: string
Inherited from
Defined in
requiredValue
• Optional
requiredValue: unknown
Inherited from
Defined in
type
• type: "checkbox"