Interface: NumericalResponse
The NumericalResponse interface is used to define the properties of a numerical response. NumericalResponses render as a text input that only accepts numbers, and can optionally have a min and max value, or a placeholder.
Hierarchy
-
↳
NumericalResponse
Table of contents
Properties
- correctAnswer
- hidden
- id
- location
- max
- min
- paramCapture
- placeholder
- 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
max
• Optional
max: number
Defined in
min
• Optional
min: number
Defined in
paramCapture
• Optional
paramCapture: string
Inherited from
Defined in
placeholder
• Optional
placeholder: string
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: "numerical"