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

Throwing out an earlier question #245

Open
alopezlago opened this issue Jul 24, 2023 · 1 comment
Open

Throwing out an earlier question #245

alopezlago opened this issue Jul 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@alopezlago
Copy link
Owner

alopezlago commented Jul 24, 2023

Repro steps:

  1. Start a new game
  2. Mark a correct buzz for the first question
  3. Mark a correct buzz for the second question
  4. Go back to the first question and throw it out
    Expected:
    Either a warning saying that it can't be done, or it picks the next available question.
    Actual:
    All answers are moved to the next question, which means all of the buzzes are wrong.

I don't think this should be happening too much, but it has happened before. The warning approach is easy to do though frustrating for the reader, and the "pick next available" approach is harder and might break backwards compatibility if we're not careful.

@alopezlago alopezlago added the bug Something isn't working label Jul 24, 2023
@alopezlago
Copy link
Owner Author

The "pick next available" approach has lots of pitfalls (handling future thrown out questions, handling paired tossups/answers), and fixing this likely won't work without an overhaul of how questions are thrown out (#212)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant