Changes between Version 7 and Version 8 of GradeCalucations
- Timestamp:
- 2010-11-24T19:26:25Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GradeCalucations
v7 v8 17 17 * if the student forgot to submit their evaluations, iPeer behaves as if they gave themselves a score of zero when calculating the average. 18 18 === Rubric Evaluations === 19 Let:20 * '''n''' - the number of students in a group21 19 For each rubric question, a student will receive the average grade from all the answers by the group. 22 * Question grade = (Sum of all grades for this question / n)20 * Question grade = Average = (Sum of all submitted grades for this question / number of group member who submitted) 23 21 The total mark for the evaluation is the sum of all the average marks for all the questions. 24 22 * Total evaluation grade = (Sum of all the average question grades) 25 23 There is no dependency on self-evaluation being turned on or off in this case. Grades will be calculated the same way regardless. 26 24 27 25 === Mixed Evaluations ===