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

A Rating Scale question has different values in Designer and Preview #7922

Closed
JaneSjs opened this issue Mar 1, 2024 · 0 comments · Fixed by #7923
Closed

A Rating Scale question has different values in Designer and Preview #7922

JaneSjs opened this issue Mar 1, 2024 · 0 comments · Fixed by #7923
Assignees
Labels
bug user issue An issue or bug reported by users
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Mar 1, 2024

T17060 - Issues with Rating questions in online survey creator
https://surveyjs.answerdesk.io/internal/ticket/details/T17060


Rating Scale values appear differently in design and preview mode.

To reproduce the issue, follow these steps.

  1. Create a Rating scale;
  2. Set Maximum rating value to 20;
  3. Set a step to 2;
  4. In designer, a scale appears as follows:
    image
  5. Switch to Preview - a scale appears differently:
    image
  6. The resultant survey JSON:
{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "rating",
     "name": "question1",
     "rateCount": 10,
     "rateMax": 20,
     "rateStep": 2
    }
   ]
  }
 ]
}
@JaneSjs JaneSjs added bug user issue An issue or bug reported by users labels Mar 1, 2024
@novikov82 novikov82 transferred this issue from surveyjs/survey-creator Mar 4, 2024
@RomanTsukanov RomanTsukanov changed the title Rating Scale values appear differently in designer and preview A Rating Scale question has different values in Designer and Preview Mar 5, 2024
@OlgaLarina OlgaLarina added this to the v1.9.133 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants