Survey Selection Question Output
Output representation of the details of the boolean, rating,
single-selection, or multiple-selection question on the survey page.
Property Name | Type | Description | Available Version |
---|---|---|---|
description | String | Description for the survey question. | v1 |
isResponseRequired | Boolean | Indicates whether the response to the question is mandatory. | v1 |
label | String | Label of the survey question. | v1 |
name | String | API name of the survey question. | v1 |
questionChoices | Survey Selection Question Choice Output[] | Choices that are available for a boolean, rating, single-selection, or multiple-selection question in a survey. | v1 |
questionType | String | Type of survey question. | v1 |
responseDataType | String | Data type of the survey question. | v1 |
responseValues | String[] | List of survey response values for a selected question. | v1 |