From f1117649bf7972e450395da1fe12adcbdaef4539 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 19 Jul 2007 09:02:50 +0000 Subject: [PATCH] adding enableoutcomes flag --- admin/settings/grades.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/settings/grades.php b/admin/settings/grades.php index e7b382600e..66174efa8f 100644 --- a/admin/settings/grades.php +++ b/admin/settings/grades.php @@ -6,6 +6,9 @@ $temp = new admin_settingpage('gradessettings', get_string('gradessettings')); $temp->add(new admin_setting_special_gradeexport()); + +$temp->add(new admin_setting_configcheckbox('enableoutcomes', get_string('enableoutcomes', 'admin'), get_string('configenableoutcomes', 'admin'), 0, PARAM_INT)); + $ADMIN->add('grades', $temp); @@ -69,5 +72,4 @@ foreach (get_list_of_plugins('grade/export') as $plugin) { $ADMIN->add('gradeexports', $settings); } } - ?> -- 2.39.5