...
Assignment Grades | A student's grade for an assignment. |
---|---|
Category Grades | The average of all assignments grades in a category. |
Grade To Date | A student's current cumulative grade. Displayed as an average or sum based on Grade Calculations. |
Class Grade | The letter grade equivalent of a student's Grade To Date. |
...
(Σk wkgk / mk) / (Σk wk) = (w1g1 / m1 + w2g2 / m2 + w3g3 / m3 + ... + wngn / mn) / (w1 + w2 + w3 + ... + wn)
...
Category grades are determined by finding the weighted grade for each assignment within the category. Then the weighted grades are
Assignment 1 Grade
Student Grade ( g1 ) | Max Points ( m1 ) | Assignment Weight ( w1 ) | Weighted Grade ( x1 / w1 ) |
---|---|---|---|
90 | 100 | 10 | 90% |
g1 / m1 = x1 / w1
90 / 100 = x1 / 10
x1 = 9
9 / 10 = 0.90
Assignment 2 Grade
Student Grade ( g2 ) | Max Points ( m2 ) | Assignment Weight ( w2 ) | Weighted Grade ( x2 / w2 ) |
---|---|---|---|
30 | 50 | 20 | 60% |
g2 / m2 = x2 / w2
30 / 50 = x2 / 20
x2 = 12
12 / 20 = 0.60
Category Grade
x1 | x2 | Assignment Weight Totals ( w1 + w2 ) | Category Weight ( W ) | Category Weighted Grade ( X / W ) |
---|---|---|---|---|
9 | 12 | 30 | 50 | 70% |
( x1 + x2 ) / ( w1 + w2 ) = X / W
( 9 + 12 ) / ( 10 + 20 ) = X / 50
21 / 30 = X / 50
X = 35
35 / 50 = 0.70