Interface: LongTextResponse
The LongTextResponse interface is used to define the properties of a long text response. LongTextResponses render as a text area that accepts any text and can optionally have a placeholder.
Hierarchy
-
↳
LongTextResponse
Table of contents
Properties
- correctAnswer
- hidden
- id
- location
- 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
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: "longText"