7 | | |
8 | | == Rubric Evaluations == |
| 9 | ==== Result Calculation ==== |
| 10 | An average is taken in the following fashion if self-evaluation is disabled. |
| 11 | * Each students final grade = (sum of all available grades for that student) / (number of available grades for that student). |
| 12 | * This is a simple average. Students who did not submit a rating are not counted. |
| 13 | If self-evaluation is enabled, things get a little more complex: |
| 14 | * A student's final grade = ((sum of all available score from others + student's own evaluation grade)) / (count of grades available from others + 1) |
| 15 | * This means that: |
| 16 | * if the student submitted their evaluations, a simple group average is taken from the available scores. |
| 17 | * if the student forgot to submit their evaluations, iPeer behaves as if they game themselves a score of zero, and calculates the average. |
| 18 | === Rubric Evaluations === |