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 gave themselves a score of zero when calculating the average. |
| 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 gave themselves a score of zero when calculating the average. |
22 | | * Total evaluation grade = (Sum of all the average question grades) |
23 | | There is no dependency on self-evaluation being turned on or off in this case. |
24 | | * Grades will be calculated the same way regardless. |
25 | | * A self-evaluatee counts as just a regular group member with their opinion. |
| 22 | * Total evaluation grade = (Sum of all the average question grades) |
| 23 | There is no dependency on self-evaluation being turned on or off in this case: |
| 24 | * Grades will be calculated the same way regardless. |
| 25 | * A self-evaluatee counts as just a regular group member with their opinion. |