Skip to content

Commit

Permalink
Fix: Corrected _completionCriteria values to match defaults (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielghost authored Dec 6, 2023
1 parent e457e51 commit bf18c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/course/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"_duration": 400
},
"_completionCriteria": {
"_requireContentCompleted": false,
"_requireAssessmentCompleted": true,
"_requireContentCompleted": true,
"_requireAssessmentCompleted": false,
"_shouldSubmitScore": true,
"_submitOnEveryAssessmentAttempt": true
"_submitOnEveryAssessmentAttempt": false
},
"_spoor": {
"_isEnabled": true,
Expand Down

0 comments on commit bf18c57

Please sign in to comment.