From: csantossaenz Date: Tue, 5 Jun 2007 14:10:27 +0000 (+0000) Subject: The field "unique" has been changed to false for the sequencing type. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=caf5cd741c327301a19a18f584ce5690e8a64252;p=moodle.git The field "unique" has been changed to false for the sequencing type. --- diff --git a/mod/scorm/datamodels/scorm_13.js.php b/mod/scorm/datamodels/scorm_13.js.php index e32fb6f522..ab904cca69 100644 --- a/mod/scorm/datamodels/scorm_13.js.php +++ b/mod/scorm/datamodels/scorm_13.js.php @@ -71,7 +71,7 @@ function SCORMapi1_3() { 'long-fill-in':{'format':CMILangString4000, 'max':1, 'delimiter':'', 'unique':false}, 'matching':{'format':'^(\\w{1,250}(\\[\\.\\])\\w{1,250})$', 'max':36, '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}, 'numeric':{'format':CMIDecimal, 'max':1, 'delimiter':'', 'unique':false}, 'other':{'format':CMIString4000, 'max':1, 'delimiter':'', 'unique':false}