Interface: RadioResponse
The RadioResponse interface is used to define the properties of a radio response. RadioResponses render as a radio input with user specified options, and optionally left and right labels.
Hierarchy
-
↳
RadioResponse
Table of contents
Properties
- correctAnswer
- hidden
- id
- leftLabel
- location
- options
- paramCapture
- prompt
- required
- requiredLabel
- requiredValue
- rightLabel
- 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
leftLabel
• Optional
leftLabel: string
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
rightLabel
• Optional
rightLabel: string
Defined in
type
• type: "radio"