RatingSurveyQuestion
Properties
| Name | Type |
|---|---|
question | string |
id | string |
description | string |
descriptionContentType | SurveyQuestionDescriptionContentType |
optional | boolean |
buttonText | string |
originalQuestionIndex | number |
branching | NextQuestionBranching | EndBranching | ResponseBasedBranching | SpecificQuestionBranching |
validation | SurveyValidationRule[] |
translations | Record<string, SurveyQuestionTranslation> |
type | "rating" |
display | SurveyRatingDisplay |
scale | 2 | 3 | 5 | 7 | 10 |
lowerBoundLabel | string |
upperBoundLabel | string |
skipSubmitButton | boolean |