From 1ea4933c3474447b2a2b74f93634ff3e3ff32ae0 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 22 Nov 2007 17:53:08 +0000 Subject: [PATCH] MDL-12312 fixed outdated aggregation help; merged from MOODLE_19_STABLE --- lang/en_utf8/help/grade/aggregation.html | 59 ++++++++++++------------ 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/lang/en_utf8/help/grade/aggregation.html b/lang/en_utf8/help/grade/aggregation.html index 89b3c0d406..5fcdc1a6b1 100644 --- a/lang/en_utf8/help/grade/aggregation.html +++ b/lang/en_utf8/help/grade/aggregation.html @@ -1,6 +1,10 @@

Category aggregation

This menu lets you choose the aggregation strategy that will be used to calculate 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), then aggregated using one of +the function bellow and finally converted to requested range of associated category item (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, an assignment submission not yet graded by the teacher, or a grade that has been manually deleted by @@ -11,53 +15,48 @@ the gradebook administrator. Caution in interpreting these "empty grades" is thu StrategyDescription - Mean of all grades - All grades are added up, then divided by the total number of grades. Empty grades are included (they are interpreted as the item's minimum value). - - - Mean of non-empty grades - Same as above, except that empty grades are ignored. - - - Median of all grades - The median is calculated by counting all the grades and selecting the grade that falls in the middle of that count (or the mean between the two middle grades if there is an even number of grades). The advantage over the mean is that it is not affected by outliers (grades which are uncommonly far from the mean). Empty grades are included. - - - Median of non-empty grades - Same as above, except that empty grades are ignored. + Mean of grades + All grades summed and divided by the total number of grades. - Smallest grade of non-empty grades - Only the smallest grade is kept. Empty grades are ignored. + Median of grades + The median is calculated by counting all the grades and selecting the grade that falls in the middle of that count + (or the mean between the two middle grades if there is an even number of grades). The advantage over the mean is + that it is not affected by outliers (grades which are uncommonly far from the mean). - Highest grade of non-empty grades - Only the highest grade is kept. Empty grades are ignored. + Smallest grade + The result is the relatively smallest grade. It is usually used in combination with Aggregate only non-empty grades. - Mode of all grades - The mode is the grade that occurs the most frequently. It is more often used for non-numerical The advantage over the mean is that it is not affected by outliers (grades which are uncommonly far from the mean). Empty grades are included. + Highest grade + The result is the relatively highest grade. - Mode of non-empty grades - Same as above, except that empty grades are ignored. + Mode of grades + The mode is the grade that occurs the most frequently. It is more often used for non-numerical grades. + The advantage over the mean is that it is not affected by outliers (grades which are uncommonly far from the mean). - Weighted mean of all grades - Each grade item can be given a weight, which is then used in the arithmetic mean aggregation to influence the importance of each item in the overall mean. Empty grades are included. + Weighted mean + Each grade item can be given a weight, which is then used in the arithmetic mean aggregation to influence + the importance of each item in the overall mean. - Weighted mean of non-empty grades - Same as above, except that empty grades are ignored. + Simple weighted mean + The difference from Weighted mean is that weight is calculated as Maximun grade - Minumum grade + for each item. 100 point assignment has weight 100, 10 point assignment has weight 10. - Mean of all grades (extra credits) + Mean of grades (with extra credits) Arithmetic mean with a twist. An old, now unsupported aggregation strategy provided here only - for backward compatibility with old activities. Empty grades are included. + for backward compatibility with old activities. - Mean of non-empty grades (extra credits) - Same as above, except that empty grades are ignored. + Sum of grades + The sum of all grade values. Scale grades are ignored. This is the only type that does not convert the + grades to percentages internally. The Maximum grade of associated category item is calculated + automatically as a sum of maximums from all aggregated items. -- 2.39.5