15
Views
5
Comments
Solved
Likert scales
Question

Is it possible to implement Likert scales?


Example_Likert_Scale.svg.png
2020-03-05 14-29-02
José Costa
Solution

Hi Kavita,

As J. has said it's simple to implement with radio buttons and lines. Here is an example with just html and css:

https://codepen.io/Buttonpresser/pen/qiuIx

Cheers,

José

2017-12-13 08-27-28
Joey Moree

Ofcourse it is possible to implement it. There might even be some default packages in the Forge for you to use.

2016-04-21 20-09-55
J.
 
MVP

oops, yes it's possible.


not sure if webppatterns has it already, otherwise it's pretty easy to implement.

(think about radio-buttons and a line for example)

2022-01-17 05-19-27
Kavita

J. wrote:

The image is strange, so I have no clue what you mean.




HI J,

I am implementing feedback section where user gives feedback. You see it on many site where it used for user satisfaction.

2017-12-13 08-27-28
Joey Moree

You might even want to think about using a slider, rate satisfaction from left to right? 

Or just a simple LIKE or DISLIKE?

Still the closest to likert would probably be some radio buttons like J. said.

2020-03-05 14-29-02
José Costa
Solution

Hi Kavita,

As J. has said it's simple to implement with radio buttons and lines. Here is an example with just html and css:

https://codepen.io/Buttonpresser/pen/qiuIx

Cheers,

José

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.