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

Implement Trivia Night feedback #8

Open
5 tasks
Bluenix2 opened this issue Feb 22, 2022 · 0 comments
Open
5 tasks

Implement Trivia Night feedback #8

Bluenix2 opened this issue Feb 22, 2022 · 0 comments
Labels
Stalled Feature is stalled due to external reasons

Comments

@Bluenix2
Copy link
Member

This is the follow-up issue from #5 - where the improvements from feedback received of the Trivia Night should be made. See the Trivia Night feedback Notion page (staff only).

Tasks

  • Remove the commands.Bot.fetch_user() call to speedup scoreboard. This was found to be the cause of the scoreboard taking an hour to send. The library is following ratelimits and queuing over 100 requests.
  • Edit reminder (1s remaining...) messages instead of continuously sending new ones. In the end it could potentially be outright deleted or edited to some content that makes more sense. Sending new messages caused the content to jump up.
  • Retain answer choice order in the final answer embed and include answer letter. Answers are currently ordered in the percentage of answers instead of the same as the question order - this is very confusing for the contestant.
  • Count unanswered questions as the full question time. It is currently possible for someone to answer one question correct super quickly and land the speed leaderboard top spots, which this would fix. The downside is that if someone misses the first few questions they will be heavily penalized, there should be some way of tracking when they started participating.
  • Increase countdown timer before a question from 3 seconds to 5 seconds to give the contestants time to switch to the correct channel.
@Bluenix2 Bluenix2 added the Stalled Feature is stalled due to external reasons label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stalled Feature is stalled due to external reasons
Projects
None yet
Development

No branches or pull requests

1 participant