mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
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:
parent
3869ab1ac6
commit
a4bc3cf821
@ -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.';
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user