Merge pull request #240 from openedx/kenclary/TNL-10433
fix: more correct parsing of settings, for scoring; use empty string instead of null for empty attempts. TNL-10433.
This commit is contained in:
@@ -20,7 +20,7 @@ const initialState = {
|
||||
weight: 0,
|
||||
attempts: {
|
||||
unlimited: true,
|
||||
number: null,
|
||||
number: '',
|
||||
},
|
||||
},
|
||||
hints: [],
|
||||
|
||||
Reference in New Issue
Block a user