RatingSurveyQuestion

Example values

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

Community questions

Questions about this page? or post a community question.