Claper icon indicating copy to clipboard operation
Claper copied to clipboard

Feat: Hide answers of poll / Quizz

Open deployn opened this issue 2 years ago • 2 comments

Hello, I wanted to bring up the idea of adding a feature to hide the current poll results. This would be beneficial for quizzes as it would prevent participants from being influenced by the current voting trends and promote more independent answers.

deployn avatar Jan 18 '23 22:01 deployn

It could be better to have a quizz feature with a correct answer than a hidden poll. I keep this issue for this feature ;)

Thanks

alxlion avatar Jan 23 '23 08:01 alxlion

Hi! From my point of view, a "Show results on attendee" checkbox on poll creation would be very useful. When using a poll just to check audience opinions there is no "correct answer" as in a quiz, but it anyhow it may be exciting for the people at the event having to wait until the "screen" shows final results. That would be ideal for the usage I would like to give to clapper. Regards!

eduproinf avatar Dec 18 '23 12:12 eduproinf

This feature is critical for me, and is preventing me from using Claper today. I don't want the audience polling to be affected by group-think! If there is a way to workaround so it's just not showing the results to the audience members at all I'd love it. In most of the presentations it's important to get unbiased feedback, but if you've got 100 people poll and the first 10 pick a similar answer, it for sure influences the rest of the group when they tend to go with the herd.

Edit - Found a workaround:

If you run the docker-compose-dev.yml file, you can edit this file to remove the live-view of polling:

File: Claper/lib/claper_web/live/event_live/poll_component.ex

Open it up and evict anything related to "percentage", there's about 4-5 places to tweak. I removed the ones that print the percent of vote completely (wrapped in span tags), and edited the ones that scale the div width to be static with the right-hand rounded.

After this, rebuild it and run it using the dev file from your local copy, and the audience members can't see the vote in the mobile app.

I wish I knew how to add a toggle option or something, but have no idea about the frameworks this is using unfortunately. Hopefully someone more knowledgeable can do a PR and get this incorporated as an option in the admin panel.

yatesdr avatar Mar 24 '24 18:03 yatesdr

Ok I'll add an option to toggle to hide the answers in the next release.

alxlion avatar Apr 04 '24 12:04 alxlion

This feature is now available in the dev branch, will be available in the next release (v2.0)

https://github.com/ClaperCo/Claper/assets/1835726/68453557-fdb2-44ba-ad00-f76a2f5f6f6d

alxlion avatar Apr 06 '24 09:04 alxlion