]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a typo
authorbobopinna <bobopinna>
Mon, 5 Jun 2006 08:21:45 +0000 (08:21 +0000)
committerbobopinna <bobopinna>
Mon, 5 Jun 2006 08:21:45 +0000 (08:21 +0000)
mod/scorm/datamodels/scorm1_3.js.php

index 8741ea7b43630beb120c0e9cdcc4c1cc2e1efda7..077eb73f1ec726b09a2df3fb5609a9e6cc54ef37 100644 (file)
@@ -37,7 +37,7 @@ function SCORMapi1_3() {
     CMIResult = '^correct$|^wrong$|^unanticipated$|^neutral$|^([0-9]{0,3})?(\.[0-9]{1,2})?$';
     NAVEvent = '^previous$|^continue$';
     // Children lists
-    cmi_children = 'version, comment_from_learner, comments_from_lms, completion_status, credit, entry, exit, interactions, launch_data, learner_id, learner_name, learner_preference, location, max_time_allowed, mode, objectives, progress_measure, scaled_passing_score, score, session_time, success_status, suspend_data, time_limit_action, total_time';
+    cmi_children = 'version, comments_from_learner, comments_from_lms, completion_status, credit, entry, exit, interactions, launch_data, learner_id, learner_name, learner_preference, location, max_time_allowed, mode, objectives, progress_measure, scaled_passing_score, score, session_time, success_status, suspend_data, time_limit_action, total_time';
     comments_children = 'comment, location, date_time';
     score_children = 'scaled, raw, min, max';
     objectives_children = 'id, score, success_status, completion_status, description';