FEATURE: Add a "stop on power" feature to both solo (tossups) and multiplayer#438
Open
ANewProfile wants to merge 7 commits intoqbreader:mainfrom
Open
FEATURE: Add a "stop on power" feature to both solo (tossups) and multiplayer#438ANewProfile wants to merge 7 commits intoqbreader:mainfrom
ANewProfile wants to merge 7 commits intoqbreader:mainfrom
Conversation
…ruption, and 0 incorrect end of question
Feature - stop on power
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a feature to QBReader to stop reading the question at the powermark. My quiz bowl team and I have found this to be helpful during our study sessions/practices with a real reader, so I've implemented it for QBReader so that we could use it during unofficial online practices.
The "stop on power" checkbox implementation is generally the same as something like toggling rebuzzes. The only real logic that was affected was the reading and the scoring. For scoring, it is implemented such that any correct answer is 10 points, and an incorrect answer is the same as usual (-5 before the question is finished reading, 0 once the question is finished reading). Because of this, any non-powermarked question (if "Powermarks only" isn't enabled) will still be scored and read the same.
This feature has been implemented and tested in both solo tossup rooms and multiplayer rooms.