RatingSurveyQuestion

Example values

Node.js
SurveyQuestionBase & {
type: SurveyQuestionType.Rating;
display: SurveyRatingDisplay;
scale: 3 | 5 | 7 | 10;
lowerBoundLabel: string;
upperBoundLabel: string;
}

Community questions

Was this page useful?