-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Show number of voters in polls #28879
Labels
Comments
platform wide bugs / requests belongs to https://bugs.telegram.org/ |
Why? It's not platform-wide, it's math done locally |
but every app must do the same. |
as I described in the OP, the android app already shows the number of unique voters, tdesktop doesn't. No idea about iOS but the android app should be enough to keep this open as a request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
Right now, there is no easy way to figure out how many unique people voted in polls that support multiple answers. To figure out how many unique people voted, right now one would have to keep track and count voters manually, which is especially difficult in large groups. Counting unique voters helps to understand how much of the total group population participated in the vote, which is an important information
This is how the Android app shows the number of people that participated in polls ("Week 4" is the poll title):
This screenshot shows that 9 people casted their votes - in multple choice polls, the total number of votes casted might be higher than the total number of people that voted, of course
Describe the solution you'd like
An easy solution would be showing this number under the poll title
Describe alternatives you've considered
none
Additional context
No response
The text was updated successfully, but these errors were encountered: