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:
kenclary
2023-02-10 12:01:10 -05:00
committed by GitHub
6 changed files with 58 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ const initialState = {
weight: 0,
attempts: {
unlimited: true,
number: null,
number: '',
},
},
hints: [],