1 <h1>Category aggregation
</h1>
2 <p>This menu lets you choose the aggregation strategy that will be used to calculate
3 each participant's overall grade for this category. The different options are explained below.
</p>
4 <p><strong>Important
</strong>: An empty grade is simply a missing gradebook entry, and could
5 mean different things. For example, it could be a participant who hasn't yet submitted an assignment,
6 an assignment submission not yet graded by the teacher, or a grade that has been manually deleted by
7 the gradebook administrator. Caution in interpreting these
"empty grades" is thus advised.
</p>
9 <table class=
"generaltable boxaligncenter" cellpadding=
"4" cellspacing=
"1" summary=
"Aggregation strategies for grading categories">
11 <th class=
"header">Strategy
</th><th class=
"header">Description
</th>
14 <td class=
"cell">Mean of all grades
</td>
15 <td class=
"cell">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).
</td>
18 <td class=
"cell">Mean of non-empty grades
</td>
19 <td class=
"cell">Same as above, except that empty grades are ignored.
</td>
22 <td class=
"cell">Median of all grades
</td>
23 <td class=
"cell">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.
</td>
26 <td class=
"cell">Median of non-empty grades
</td>
27 <td class=
"cell">Same as above, except that empty grades are ignored.
</td>
30 <td class=
"cell">Smallest grade of non-empty grades
</td>
31 <td class=
"cell">Only the smallest grade is kept. Empty grades are ignored.
</td>
34 <td class=
"cell">Highest grade of non-empty grades
</td>
35 <td class=
"cell">Only the highest grade is kept. Empty grades are ignored.
</td>
38 <td class=
"cell">Mode of all grades
</td>
39 <td class=
"cell">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.
</td>
42 <td class=
"cell">Mode of non-empty grades
</td>
43 <td class=
"cell">Same as above, except that empty grades are ignored.
</td>
46 <td class=
"cell">Weighted mean of all grades
</td>
47 <td class=
"cell">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.
</td>
50 <td class=
"cell">Weighted mean of non-empty grades
</td>
51 <td class=
"cell">Same as above, except that empty grades are ignored.
</td>
54 <td class=
"cell">Mean of all grades (extra credits)
</td>
55 <td class=
"cell">Arithmetic mean with a twist. An old, now unsupported aggregation strategy provided here only
56 for backward compatibility with old activities. Empty grades are included.
</td>
59 <td class=
"cell">Mean of non-empty grades (extra credits)
</td>
60 <td class=
"cell">Same as above, except that empty grades are ignored.
</td>