Skip to content

Commit

Permalink
Fix default bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Dec 29, 2024
1 parent 480c899 commit d6434ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/misc/default_values.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DefaultValues {
static const int preciseRoundToMultiplier = 10;
static const bool scaleUpTests = false;
static const double weight = 1.0;
static const double bonus = 1;
static const double bonus = 0;
static const double speakingWeight = 3.0;
static const double examWeight = 2.0;
static const bool leadingZero = true;
Expand Down

0 comments on commit d6434ac

Please sign in to comment.