mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-13820 Removed aggregation2.html and fixed typos in aggregation.html. Merging from MOODLE_19_STABLE
This commit is contained in:
parent
bd38399b8d
commit
e369c8f688
@ -3,7 +3,7 @@
|
||||
each participant's overall grade for this category. The different options are explained below.</p>
|
||||
|
||||
<p>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 (<em>Minimum grade</em> and <em>Maximum grade</em>).</p>
|
||||
the functions below and finally converted to the associated category item's range (between <em>Minimum grade</em> and <em>Maximum grade</em>).</p>
|
||||
|
||||
<p><strong>Important</strong>: 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.</dd>
|
||||
<dd class="example">A1 70/100, A2 20/80, A3 10/10:<br />
|
||||
<code>70 + 20 + 10 = 100/190</code></dd>
|
||||
</dl>
|
||||
</dl>
|
||||
|
@ -1,2 +0,0 @@
|
||||
<h1>Aggregation</h1>
|
||||
<p>Strategy used to aggregate grades across all students in a course.</p>
|
Loading…
x
Reference in New Issue
Block a user