MDL-21695 grade/averagesdisplaytype.html

AMOS BEGIN
 HLP grade/averagesdisplaytype.html,[averagesdisplaytype_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak
2010-05-24 12:00:43 +00:00
parent 92dc9e7f9c
commit 775fa8c29b
3 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ $settings->add(new admin_setting_configcheckbox('grade_report_shownumberofgrades
get_string('configshownumberofgrades', 'grades'), 0));
$settings->add(new admin_setting_configselect('grade_report_averagesdisplaytype', get_string('averagesdisplaytype', 'grades'),
get_string('configaveragesdisplaytype', 'grades'), GRADE_REPORT_PREFERENCE_INHERIT,
get_string('averagesdisplaytype_help', 'grades'), GRADE_REPORT_PREFERENCE_INHERIT,
array(GRADE_REPORT_PREFERENCE_INHERIT => $strinherit,
GRADE_DISPLAY_TYPE_REAL => $strreal,
GRADE_DISPLAY_TYPE_PERCENTAGE => $strpercentage,
-1
View File
@@ -116,7 +116,6 @@ $string['categorytotal'] = 'Category total';
$string['categorytotalfull'] = '{$a->category} total';
$string['combo'] = 'Tabs and Dropdown menu';
$string['compact'] = 'Compact';
$string['configaveragesdisplaytype'] = 'Specifies how to display the mean for each column. If Inherit is selected, the display type for each column is used.';
$string['configcoursegradedisplaytype'] = 'Select the default display type of grades for this course. You can also select the site default value. Grades can be shown as real grades, as percentages (in reference to the minimum and maximum grades) or as letters (A, B, C etc..). Selecting Letters will allow you to define your own grade letters and boundaries.';
$string['configdecimalpoints'] = 'Specifies the number of decimal points to display for each grade. This setting may be overridden per grading item.';
$string['configdisablegradehistory'] = 'Disable history tracking of changes in grades related tables. This may speed up the server a little and conserve space in database.';
@@ -1,2 +0,0 @@
<h1>Column averages display type</h1>
<p>Specifies how to display the mean for each column. If Inherit is selected, the display type for each column is used.</p>