MDL-17310 - take the opportunity to change the scorm defaults to a highest grade orientation. backport to 1.9.

This commit is contained in:
piers
2008-11-23 21:41:40 +00:00
parent dad879ae99
commit 4df7f4237e
+1 -1
View File
@@ -1,7 +1,7 @@
<?php //$Id$
require_once('../mod/scorm/locallib.php');
$settings->add(new admin_setting_configselect('scorm_grademethod', get_string('grademethod', 'scorm'),get_string('grademethoddesc', 'scorm'), GRADESCOES, scorm_get_grade_method_array()));
$settings->add(new admin_setting_configselect('scorm_grademethod', get_string('grademethod', 'scorm'),get_string('grademethoddesc', 'scorm'), GRADEHIGHEST, scorm_get_grade_method_array()));
for ($i=0; $i<=100; $i++) {
$grades[$i] = "$i";