MDL-21695 grade/averagesdecimalpoints.html

AMOS BEGIN
 HLP grade/averagesdecimalpoints.html,[averagesdecimalpoints_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak 2010-05-24 10:19:44 +00:00
parent caf698c89d
commit 92dc9e7f9c
3 changed files with 1 additions and 4 deletions

View File

@ -83,7 +83,7 @@ $settings->add(new admin_setting_configselect('grade_report_rangesdisplaytype',
GRADE_DISPLAY_TYPE_LETTER => $strletter)));
$settings->add(new admin_setting_configselect('grade_report_averagesdecimalpoints', get_string('averagesdecimalpoints', 'grades'),
get_string('configaveragesdecimalpoints', 'grades'), GRADE_REPORT_PREFERENCE_INHERIT,
get_string('averagesdecimalpoints_help', 'grades'), GRADE_REPORT_PREFERENCE_INHERIT,
array(GRADE_REPORT_PREFERENCE_INHERIT => $strinherit,
'0' => '0',
'1' => '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['configaveragesdecimalpoints'] = 'Specifies the number of decimal points to display for each column mean. If Inherit is selected, the display type for each column is used.';
$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.';

View File

@ -1,2 +0,0 @@
<h1>Decimals in column averages</h1>
<p>Specifies the number of decimal points to display for each column mean. If Inherit is selected, the display type for each column is used.</p>