surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.13k stars 805 forks source link

Rating Display Issue #3007

Open rayleungsjm opened 3 years ago

rayleungsjm commented 3 years ago

Are you requesting a feature, reporting a bug or asking a question?

What is the current behavior?

What is the expected behavior?

How would you reproduce the current behavior (if this is a bug)?

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

your_code_here

Specify your

rayleungsjm commented 3 years ago

"elements": [ { "type": "panel", "name": "question_1", "title": "Rating1", "description": " 

(Most unlikely)(Most likely)
", "isRequired": true, "requiredErrorText": "Please answer the question.", "elements": [ { "rateMin": 1, "rateMax": 5, "minRateDescription": "", "maxRateDescription": "", "type": "rating", "name": "ans_1", "title": " ", "visible": true, "visibleIf": null } ] } ] rating

I would like to ask if there is any solution to display as the attached image?

andrewtelnov commented 3 years ago

@rayleungsjm We do not have it out of the box. We only plan to have this functionality. Mean while you can use a third-party widgets. Here are examples: emotions rating and bar rating.

Thank you, Andrew