Rating in multiuser environments

Ratings are really nice way to provide feedback.


In a multiuser environment I would need a simple way to calculate the average value of the feedback or maybe even show based on how many. Does anyone have a light solution?

Here’s my way to approach this.

2 Likes

Thanks… :grinning: .did not thing of it but than how do you display the result…star and such…

I use Unicode characters. ā˜… and ā˜†.

1 Like

Ah way beyond my current skill, could you help?

https://unicode-table.com/en/search/?q=star

Just copy/paste the ones you want to use.

2 Likes

Thanks, and how do I represent a 3.2 rating? :sunglasses:

haha, I have no idea. I guess you’d need to get a bit creative :wink:

I have a solution ready.

Experimental Code link:

https://thinhdinhlca.github.io/rating-stars/

Then display the result in a rich text component.

2 Likes

hehe, nice :slight_smile:

but… I was just looking at your source. Is a code column actually necessary? I mean, couldn’t you just use a standard template column and use the calculated perc value as a replacement?

1 Like

Yes, that’s true, I was lazy so I just want to paste the link to generate it the next time :sweat_smile:

1 Like

I was also lazy :face_with_hand_over_mouth: and I made it simple

1 Like