Open JaneSjs opened 1 month ago
A rating scale is used to collect quantitative data, so it should always assign numeric values to the choices. Since the dashboard visualizes the rating scale using a histogram, it requires the values to be numerical.
Update your survey definition and assign numeric values to rating scale items: View Demo.
"rateValues": [
{ value: 0, text: "Item 1"},
{ value: 1, text: "Item 2"}
]
If you wish to use string values, consider using another single-select question: a Radiogroup.
T20212 - Rating question: Dashboard preview not displaying the answer. https://surveyjs.answerdesk.io/internal/ticket/details/T20212
View Demo