MDL-21695 Replaced grade/meanselection.html

AMOS BEGIN
 MOV [configmeanselection,core_grades],[meanselection_help,core_grades]
 HLP grade/meanselection.html,[meanselection_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak 2010-06-18 13:56:19 +00:00
parent fd284cba72
commit ad01096c16
3 changed files with 1 additions and 4 deletions

View File

@ -34,7 +34,7 @@ $settings->add(new admin_setting_configcheckbox('grade_report_fixedstudents', ge
get_string('configfixedstudents', 'grades'), 0));
$settings->add(new admin_setting_configselect('grade_report_meanselection', get_string('meanselection', 'grades'),
get_string('configmeanselection', 'grades'), GRADE_REPORT_MEAN_GRADED,
get_string('meanselection_help', 'grades'), GRADE_REPORT_MEAN_GRADED,
array(GRADE_REPORT_MEAN_ALL => get_string('meanall', 'grades'),
GRADE_REPORT_MEAN_GRADED => get_string('meangraded', 'grades'))));

View File

@ -128,7 +128,6 @@ $string['configgradepublishing'] = 'Enable publishing in exports and imports: Ex
$string['confighiddenasdate'] = 'If user can not see hidden grades show date of submission instead of \'-\'.';
$string['confighideforcedsettings'] = 'Do not show forced settings in grading UI.';
$string['configincludescalesinaggregation'] = 'You can change whether scales are to be included as numbers in all aggregated grades across all gradebooks in all courses. CAUTION: changing this setting will force all aggregated grades to be recalculated.';
$string['configmeanselection'] = 'Whether cells with no grade should be included when calculating the mean for each column.';
$string['configprofilereport'] = 'Grade report used on user profile page.';
$string['configquickgrading'] = 'Quick grading adds a text input element in each grade cell on the grader report, allowing you to edit many grades at once. You can then click the Update button to perform all these changes at once, instead of one at a time.';
$string['configrangesdecimalpoints'] = 'Specifies the number of decimal points to display for each range. This setting may be overridden per grading item.';

View File

@ -1,2 +0,0 @@
<h1>Grades selected for column averages</h1>
<p>Whether cells with no grade should be included when calculating the mean for each column.</p>