Skip to main content
Version: v1.0.4

Option

The Option interface is used to define the options for a dropdown, slider, radio, or checkbox 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. The Option interface is used in the Response interface.

Properties

PropertyTypeDescription
labelstringThe label displayed to participants.
valuestring | numberThe value stored in the participant's data.