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,
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>
\ No newline at end of file
+</dl>