Skip to content
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

Complex polls #11

Open
OlegZapara opened this issue May 11, 2024 · 0 comments
Open

Complex polls #11

OlegZapara opened this issue May 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@OlegZapara
Copy link
Collaborator

Telegram polls are limited to 10 answers and only single or multiple choice questions.

Proposal to add custom polls:

  1. Admin (or user) of the chat creates poll with command /poll
  2. In response bot gives link to website with poll
  3. Poll is unavailable for other users during creation. After admin (or user that created poll) finishes poll, it becomes publicly available
  4. Other users can follow the link, they are authenticated automatically via telegram
  5. During voting people can see real-time results of the voting
  6. Admin (or user that created poll) can end the poll, results are copied to the chat

Types of polls:

  • Single and multi-choice polls that have almost unlimited number of answers(for example up to 100 answers, idk)
  • Polls with answers that cannot be retracted
  • Polls with limited number of voices for each variant (could be useful for splitting into groups)
  • Polls with list of users that can vote
  • Polls with sequence of choices

All poles are created with an editor on the website

@OlegZapara OlegZapara added the enhancement New feature or request label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants