feat: default scoring to 1, not zero. (#294)

Since every course has graded problems, every course author will be editing or creating problems, and every learner will need to receive points for any problem in a graded assignment in order to earn a passing grade. So if what I encountered and am reporting here is reproducible, this should probably be addressed before the problem editor feature is released.
This commit is contained in:
connorhaugh
2023-04-05 09:36:20 -04:00
committed by GitHub
parent bd964854de
commit 82cfa9897c

View File

@@ -19,7 +19,7 @@ const initialState = {
settings: {
randomization: null,
scoring: {
weight: 0,
weight: 1,
attempts: {
unlimited: true,
number: '',