MDL-21695 gradebook: Item weight help string

Most of the calls has been fixed by the previous commit as item weight
is in fact just an interpretation of aggregation coefficient value.

AMOS BEGIN
 HLP grade/aggregationcoefweight.html,[aggregationcoefweight_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak 2010-05-21 13:46:53 +00:00
parent 3869ab1ac6
commit a4bc3cf821
2 changed files with 0 additions and 3 deletions

View File

@ -77,7 +77,6 @@ $string['aggregationcoefextraweight_link'] = 'grade/aggregation';
$string['aggregationcoefweight'] = 'Item weight';
$string['aggregationcoefweight_help'] = 'The item weight is used in the category aggregation to influence the importance of the item compared with other grade items in the same category.';
$string['aggregationcoefweight_link'] = 'grade/aggregation';
$string['aggregationcoefweighthelp'] = 'Weight applied to all grades in this grade item during aggregation with other grade items.';
$string['aggregationhelp'] = 'Strategy used to aggregate grades across all students in a course.';
$string['aggregationposition'] = 'Aggregation position';
$string['aggregationposition_help'] = 'This setting determines whether the category and course total columns are displayed first or last in the gradebook reports.';

View File

@ -1,2 +0,0 @@
<h1>Item weight</h1>
<p>Weight applied to all grades in this grade item during aggregation with other grade items.</p>