Skip to main content
Version: v2.4.1

NumberOption

Defined in: parser/types.ts:317

The NumberOption interface is used to define the options for a slider 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​

PropertyTypeDescriptionDefined in
labelstringThe label displayed to participants.parser/types.ts:319
valuenumberThe value stored in the participant's data.parser/types.ts:321