ParsedMatrixQuestionOption
Defined in: parser/types.ts:373
MatrixQuestionOption normalized to always include a value.
Extends​
Omit<MatrixQuestionOption,"value">
Properties​
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
infoText? | string | The description that is displayed when the participant hovers over the option. This does not accept markdown. | StringOption.infoText | parser/types.ts:351 |
label | string | The label displayed to participants. Markdown is supported. | StringOption.label | parser/types.ts:347 |
leftLabel? | string | The label displayed on the left side of the matrix row. Takes precedence over label when specified. Defaults to label. | MatrixQuestionOption.leftLabel | parser/types.ts:362 |
rightLabel? | string | The label displayed on the right side of the matrix row. | MatrixQuestionOption.rightLabel | parser/types.ts:364 |
value | string | - | - | parser/types.ts:374 |