Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lang / en_utf8 / help / grade / aggregationcoefextra.html
blobcdb6d2d98cd061ed364fa4fdabd206e92cc1238e
1 <h1>Extra credit coefficient</h1>
2 <p>A value greater than 0 treats this grade item's grades as Extra credit during aggregation. The number is a factor by which the grade value will be multiplied before it is added to the sum of all grades, but the item itself will not be counted in the division. For example:</p>
4 <ul>
5 <li>Item 1 is graded 0-100 and its "Extra credit" value is set to 2</li>
6 <li>Item 2 is graded 0-100 and its "Extra credit" value is left at 0.0000</li>
7 <li>Item 3 is graded 0-100 and its "Extra credit" value is left at 0.0000</li>
8 <li>All 3 items belong to Category 1, which has "Mean of grades (with extra credits)" as its aggregation strategy</li>
9 <li>A student gets graded 20 on Item 1, 40 on Item 2 and 70 on Item 3</li>
10 <li>The student's total for Category 1 will be 95/100 since 20*2 + (40 + 70)/2 = 95</li>
11 </ul>