Skip to content

Commit

Permalink
Added _ to version data element
Browse files Browse the repository at this point in the history
  • Loading branch information
bobopinna committed Sep 29, 2006
1 parent 530a61d commit 172ec29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/datamodels/scorm_13.js.php
Expand Up @@ -53,7 +53,7 @@ function SCORMapi1_3() {
// The SCORM 1.3 data model
var datamodel = {
'cmi._children':{'defaultvalue':cmi_children, 'mod':'r'},
'cmi.version':{'defaultvalue':'1.0', 'mod':'r'},
'cmi._version':{'defaultvalue':'1.0', 'mod':'r'},
'cmi.comments_from_learner._children':{'defaultvalue':comments_children, 'mod':'r'},
'cmi.comments_from_learner._count':{'mod':'r', 'defaultvalue':'0'},
'cmi.comments_from_learner.n.comment':{'format':CMIString4000, 'mod':'rw'},
Expand Down

0 comments on commit 172ec29

Please sign in to comment.