Merge branch 'master' into pr/338

This commit is contained in:
Jonathan Putney
2021-09-07 13:58:00 -04:00
12 changed files with 1875 additions and 1629 deletions

View File

@@ -11,7 +11,7 @@ const learner = {
unique: false,
},
'choice': {
format: scorm2004_regex.CMIShortIdentifier,
format: scorm2004_regex.CMILongIdentifier,
max: 36,
delimiter: '[,]',
unique: true,
@@ -85,7 +85,7 @@ const correct = {
delimiter: '[,]',
unique: true,
duplicate: false,
format: scorm2004_regex.CMIShortIdentifier,
format: scorm2004_regex.CMILongIdentifier,
},
'fill-in': {
max: 10,