Interface: LikertResponse
The LikertResponse interface is used to define the properties of a likert response. LikertResponses render as radio buttons with a user specified number of options, which can be controlled through the preset. For example, preset: 5 will render 5 radio buttons, and preset: 7 will render 7 radio buttons. LikertResponses can also have a description, and left and right labels. The left and right labels are used to label the left and right ends of the likert scale with values such as ‘Strongly Disagree’ and ‘Strongly Agree’.
Hierarchy
-
↳
LikertResponse
Table of contents
Properties
- correctAnswer
- desc
- hidden
- id
- leftLabel
- location
- paramCapture
- preset
- prompt
- required
- requiredLabel
- requiredValue
- rightLabel
- type
Properties
correctAnswer
• Optional
correctAnswer: unknown
Inherited from
Defined in
desc
• Optional
desc: string
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
paramCapture
• Optional
paramCapture: string
Inherited from
Defined in
preset
• preset: number
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: "likert"