Skip to content

Commit

Permalink
The field "unique" has been changed to false for the sequencing type.
Browse files Browse the repository at this point in the history
  • Loading branch information
csantossaenz committed Jun 5, 2007
1 parent 5517513 commit caf5cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/datamodels/scorm_13.js.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function SCORMapi1_3() {
'long-fill-in':{'format':CMILangString4000, 'max':1, 'delimiter':'', 'unique':false}, 'long-fill-in':{'format':CMILangString4000, 'max':1, 'delimiter':'', 'unique':false},
'matching':{'format':'^(\\w{1,250}(\\[\\.\\])\\w{1,250})$', 'max':36, 'delimiter':'[,]', 'unique':false}, 'matching':{'format':'^(\\w{1,250}(\\[\\.\\])\\w{1,250})$', 'max':36, 'delimiter':'[,]', 'unique':false},
'performance':{'format':'^.*$', 'max':1, 'delimiter':'', 'unique':false}, 'performance':{'format':'^.*$', 'max':1, 'delimiter':'', 'unique':false},
'sequencing':{'format':CMIIdentifier, 'max':36, 'delimiter':'[,]', 'unique':true}, 'sequencing':{'format':CMIIdentifier, 'max':36, 'delimiter':'[,]', 'unique':false},
'likert':{'format':CMIShortIdentifier, 'max':1, 'delimiter':'', 'unique':false}, 'likert':{'format':CMIShortIdentifier, 'max':1, 'delimiter':'', 'unique':false},
'numeric':{'format':CMIDecimal, 'max':1, 'delimiter':'', 'unique':false}, 'numeric':{'format':CMIDecimal, 'max':1, 'delimiter':'', 'unique':false},
'other':{'format':CMIString4000, 'max':1, 'delimiter':'', 'unique':false} 'other':{'format':CMIString4000, 'max':1, 'delimiter':'', 'unique':false}
Expand Down

0 comments on commit caf5cd7

Please sign in to comment.