Changes between Version 10 and Version 11 of GradeCalucations


Ignore:
Timestamp:
2010-11-26T17:05:13Z (13 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GradeCalucations

    v10 v11  
    99==== Result Calculation ====
    1010An 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.
     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.
    1313If 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 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.
    1818=== Rubric Evaluations ===
    1919For each rubric question, a student will receive the average grade from all the answers by the group.
    20  * Question grade = Average = (Sum of all submitted grades for this question / number of group member who submitted)
     20* Question grade = Average = (Sum of all submitted grades for this question / number of group member who submitted)
    2121The total mark for the evaluation is the sum of all the average marks for all the questions.
    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)
     23There 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.
    2626
    2727=== Mixed Evaluations ===