Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard doesn't display string values of a Rating scale #481

Open
JaneSjs opened this issue Oct 10, 2024 · 1 comment
Open

Dashboard doesn't display string values of a Rating scale #481

JaneSjs opened this issue Oct 10, 2024 · 1 comment
Labels
user issue An issue or bug reported by users

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Oct 10, 2024

T20212 - Rating question: Dashboard preview not displaying the answer.
https://surveyjs.answerdesk.io/internal/ticket/details/T20212


View Demo

image

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users labels Oct 10, 2024
@JaneSjs JaneSjs self-assigned this Oct 10, 2024
@JaneSjs
Copy link
Contributor Author

JaneSjs commented Oct 10, 2024

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"}
]

image

If you wish to use string values, consider using another single-select question: a Radiogroup.

@JaneSjs JaneSjs closed this as completed Oct 10, 2024
@JaneSjs JaneSjs removed the bug label Oct 10, 2024
@JaneSjs JaneSjs removed their assignment Oct 10, 2024
@JaneSjs JaneSjs added question user issue An issue or bug reported by users and removed user issue An issue or bug reported by users question labels Oct 10, 2024
@JaneSjs JaneSjs reopened this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user issue An issue or bug reported by users
Projects
None yet
Development

No branches or pull requests

1 participant