From e369c8f688d81b94995ba478ee14ccf482f47da8 Mon Sep 17 00:00:00 2001
From: nicolasconnault
Date: Fri, 7 Mar 2008 08:56:13 +0000
Subject: [PATCH] MDL-13820 Removed aggregation2.html and fixed typos in
aggregation.html. Merging from MOODLE_19_STABLE
---
lang/en_utf8/help/grade/aggregation.html | 4 ++--
lang/en_utf8/help/grade/aggregation2.html | 2 --
2 files changed, 2 insertions(+), 4 deletions(-)
delete mode 100644 lang/en_utf8/help/grade/aggregation2.html
diff --git a/lang/en_utf8/help/grade/aggregation.html b/lang/en_utf8/help/grade/aggregation.html
index 9465bb44dc..80bbfe01aa 100644
--- a/lang/en_utf8/help/grade/aggregation.html
+++ b/lang/en_utf8/help/grade/aggregation.html
@@ -3,7 +3,7 @@
each participant's overall grade for this category. The different options are explained below.
The grades are first converted to percentage values (interval from 0 to 1, this is called normalisation), then aggregated using one of
-the function bellow and finally converted to requested range of associated category item (Minimum grade and Maximum grade).
+the functions below and finally converted to the associated category item's range (between Minimum grade and Maximum grade).
Important: An empty grade is simply a missing gradebook entry, and could
mean different things. For example, it could be a participant who hasn't yet submitted an assignment,
@@ -63,4 +63,4 @@ the gradebook administrator. Caution in interpreting these "empty grades" is thu
automatically as a sum of maximums from all aggregated items.
A1 70/100, A2 20/80, A3 10/10:
70 + 20 + 10 = 100/190
-
\ No newline at end of file
+
diff --git a/lang/en_utf8/help/grade/aggregation2.html b/lang/en_utf8/help/grade/aggregation2.html
deleted file mode 100644
index 44ee0d2650..0000000000
--- a/lang/en_utf8/help/grade/aggregation2.html
+++ /dev/null
@@ -1,2 +0,0 @@
-Aggregation
-Strategy used to aggregate grades across all students in a course.
--
2.39.5