StringOption
Defined in: parser/types.ts:328
The StringOption interface is used to define the options for a dropdown, radio, buttons, checkbox, matrix, and ranking response. The label is the text that is displayed to the user, and the value is the value that is stored in the data file.
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
infoText? | string | The description that is displayed when the participant hovers over the option. This does not accept markdown. | parser/types.ts:334 |
label | string | The label displayed to participants. Markdown is supported. | parser/types.ts:330 |
value? | string | The value stored in the participant's data. Defaults to label. | parser/types.ts:332 |