Skip to content

Commit

Permalink
Update all contest configs with blankSubmission attr
Browse files Browse the repository at this point in the history
  • Loading branch information
av-alexander committed Jul 18, 2022
1 parent 7a1ec6c commit 775847a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/encoding/byte_encoding.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const contestConfig: ContestConfig = {
markingType: {
minMarks: 1,
maxMarks: 3,
blankSubmission: "disabled",
encoding: {
codeSize: 1,
maxSize: 20,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"markingType": {
"minMarks": 1,
"maxMarks": 1,
"blankSubmission": "disabled",
"encoding": {
"codeSize": 1,
"maxSize": 1,
Expand Down Expand Up @@ -73,6 +74,7 @@
"markingType": {
"minMarks": 1,
"maxMarks": 1,
"blankSubmission": "disabled",
"encoding": {
"codeSize": 1,
"maxSize": 1,
Expand Down
2 changes: 2 additions & 0 deletions test/verifier/readable_contest_selections.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const contestConfigs: ContestConfigMap = {
"markingType": {
"minMarks": 1,
"maxMarks": 1,
"blankSubmission": "disabled",
"encoding": {
"codeSize": 1,
"maxSize": 1,
Expand Down Expand Up @@ -50,6 +51,7 @@ const contestConfigs: ContestConfigMap = {
"markingType": {
"minMarks": 1,
"maxMarks": 1,
"blankSubmission": "disabled",
"encoding": {
"codeSize": 1,
"maxSize": 1,
Expand Down

0 comments on commit 775847a

Please sign in to comment.