Changes between Version 2 and Version 3 of GradeCalucations


Ignore:
Timestamp:
2010-11-22T23:59:12Z (13 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GradeCalucations

    v2 v3  
    11This page is Work in Progress.
    22
    3 == Simple Evaluations ==
    4 Let: '''n''' - the number of student in a group, '''x''' - the number of base points to disctibute
    5 === Evaluation by Student ===
     3=== Simple Evaluations ===
     4Let:
     5 * '''n''' - the number of student in a group
     6 * '''X''' - the number of base points to distribute
     7==== Evaluation by Student ====
    68Each student is given X*(n-1) number of point to distribute among their group members. If self-evaluation is enabled, this number is X*n;
    7 
    8 == Rubric Evaluations ==
     9==== Result Calculation ====
     10An 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.
     13If 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 ===
    9191234
    1020
    11 == Mixed Evaluations ==
     21=== Mixed Evaluations ===
    12221234