From a4bc3cf82182569bb04f339ed6ff6cc36fd64335 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Fri, 21 May 2010 13:46:53 +0000 Subject: [PATCH] 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 --- lang/en/grades.php | 1 - lang/en/help/grade/aggregationcoefweight.html | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 lang/en/help/grade/aggregationcoefweight.html diff --git a/lang/en/grades.php b/lang/en/grades.php index 8ec33e612ad..aba4c2c5204 100755 --- a/lang/en/grades.php +++ b/lang/en/grades.php @@ -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.'; diff --git a/lang/en/help/grade/aggregationcoefweight.html b/lang/en/help/grade/aggregationcoefweight.html deleted file mode 100644 index f6ab6966e14..00000000000 --- a/lang/en/help/grade/aggregationcoefweight.html +++ /dev/null @@ -1,2 +0,0 @@ -

Item weight

-

Weight applied to all grades in this grade item during aggregation with other grade items.