Releases: biblequiz/Releases.ScoreKeep
Fix Optimized Schedule
Remove the error occurring in the optimized schedule. It could be ignored, but was confusing to users.
Fix Per-Point Value Stats for Overtime Questions
ScoreKeep has a bug where overtime questions aren't included in the 10s, 20s, and 30s columns for questions. This bug was introduced less than 4 months ago and is already fixed in the web site.
Add support for Schedule Optimizer
There is now a scheduler optimizer option when creating a meet to produce a better schedule algorithm, especially when using linked meets.
Migrate to BibleQuiz.com Authentication
The existing application used a Device Code with a two step authentication process:
- Launch registration.biblequiz.com and have the user login.
- Click the Complete button.
In the new application, the login process will launch using the new BibleQuiz.com users without going to registration.biblequiz.com at all. The only real difference for the user is that you must be signed up already for the process to work properly.
January 2025 Release
Rollup release of all fixes.
Add Years Quizzing
Some event coordinators track the number of years a quizzer has been participating in quiz by adding special characters to the name. This release adds the Years Experience
numerical field to the Quizzer and exposes it in scoring reports and awards. A future release may add it as a filter for reports and awards.
Fix Combined Report
If two (or more) meets are linked to different remote meets and the Combined Report
button is pressed, there will be a KeyNotFoundException
in ScoreKeep. This change addresses the bug.
Q-Report
Updated the q-report to output the new format to require less explanation for the users.
Update Team Ranking in Combined Report
The Combined Report used to rank by Win % (i.e., percentage of matches a team has won) to allow for teams to compete in a different number of matches. The introduction of event reports unintentionally switched this to be the win/loss record. The latest release reverts this functionality change.
Updated Reporting Bugs
- Updated underlying Awards and reporting infrastructure to address multiple bugs.
- Fixed bug blocking imports of ScoreKeep Excel report.