From 232f2c1d35c9b867a0dac238db2f7ddf5c4462e1 Mon Sep 17 00:00:00 2001 From: mchurch Date: Tue, 13 Nov 2007 16:01:44 +0000 Subject: [PATCH] MDL-12114 Fixed typo in elements array. --- mod/scorm/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/scorm/report.php b/mod/scorm/report.php index 75b97ba1ca..ae1e7586a5 100755 --- a/mod/scorm/report.php +++ b/mod/scorm/report.php @@ -266,7 +266,7 @@ $elements = array('raw' => 'cmi.score.raw', 'min' => 'cmi.score.min', 'max' => 'cmi.score.max', - 'status' => 'cmi.completition_status', + 'status' => 'cmi.completion_status', 'time' => 'cmi.total_time'); } else { $elements = array('raw' => 'cmi.core.score.raw', -- 2.39.5