Skip to content

Commit

Permalink
Merge pull request #5 from first-australia/chore_fix-default-value-on…
Browse files Browse the repository at this point in the history
…-m15

Fixed default
  • Loading branch information
fwestling authored Aug 25, 2023
2 parents a04e88e + eef9577 commit f19c2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ausfll-score-calculator",
"version": "23.1.0",
"version": "23.1.1",
"description": "FIRST LEGO League score calculator by the Australian Head Referee",
"main": "dist/cjs/index.js",
"main:src": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/games/2023-Masterpiece.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const questions: Score[] = [
label: 'Number of experts at least partly in their target destination?',
labelShort: 'Experts?',
options: ['0', '1', '2', '3', '4', '5'],
defaultValue: '5',
defaultValue: '0',
type: 'categorical',
},
{
Expand Down

0 comments on commit f19c2fb

Please sign in to comment.