]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13820 Removed aggregation2.html and fixed typos in aggregation.html. Merging...
authornicolasconnault <nicolasconnault>
Fri, 7 Mar 2008 08:56:13 +0000 (08:56 +0000)
committernicolasconnault <nicolasconnault>
Fri, 7 Mar 2008 08:56:13 +0000 (08:56 +0000)
lang/en_utf8/help/grade/aggregation.html
lang/en_utf8/help/grade/aggregation2.html [deleted file]

index 9465bb44dc5c7a1452d7eb0fde2814b1c3ad5f44..80bbfe01aabcff2c2ce98bc310458c38b673fb5e 100644 (file)
@@ -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>   
\ No newline at end of file
+</dl>   
diff --git a/lang/en_utf8/help/grade/aggregation2.html b/lang/en_utf8/help/grade/aggregation2.html
deleted file mode 100644 (file)
index 44ee0d2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-<h1>Aggregation</h1>
-<p>Strategy used to aggregate grades across all students in a course.</p>