From: bobopinna Date: Mon, 5 Jun 2006 08:21:45 +0000 (+0000) Subject: Fixed a typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4023c0aa2d5758aa8effff30fcf942de28eb1496;p=moodle.git Fixed a typo --- diff --git a/mod/scorm/datamodels/scorm1_3.js.php b/mod/scorm/datamodels/scorm1_3.js.php index 8741ea7b43..077eb73f1e 100644 --- a/mod/scorm/datamodels/scorm1_3.js.php +++ b/mod/scorm/datamodels/scorm1_3.js.php @@ -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';