Gradebook Setup - Calculations

Note: For information on Grade Plan Grade formulas, see School Year Setup . For GPA calculations, see Create Grade Calculations & Rank.

When setting up their Gradebook, teachers have three options for the Gradebook Calculation method. They are:

Total Points:

In this calculation method, the students' cumulative grade is based on the total points earned divided by the total points attempted. Select this option if the cumulative grade is based on straight points, and you do not take into account the type of assignment when calculating the grade. 

  • Formula
    sum(assignment grade * assignment factor) / sum(maximum points * factor) = Total cumulative grade

Total Points with Weight:

In this calculation method, the students' cumulative grade is based on the total points a student earned, divided by the total points attempted within each assignment type. The assignment type grades are then averaged together based on their weights. Select this option if the cumulative grade is based on something like 30% homework, 40% quizzes, and 30% exams, but each assignment within those categories is worth varying points. 

  • Formula
    For each assignment type: sum(assignment grade * assignment factor) / sum(maximum points * factor) = Assignment type grade
    Then: sum(assignment type grade * weight) / sum(weight) * 100 = Total cumulative grade

Tip: To view a student's grade for each assignment type from the gradebook, select the dropdown at the end of the student's name, then select See student's gradebook.

Percentages:

The assignments are averaged together within each assignment category, the average is used to calculate the cumulative grade based on the weights the faculty has entered. Select this option if the cumulative grade is based on something like 30% homework, 40% quizzes, and 30% exams, but each assignment within those categories count equally.

  • Formula
    For each assignment type: sum(assignment grade / maximum points * assignment factor) / sum(factor) = Assignment type grade
    Then: sum(assignment type grade * weight) / sum(weight) * 100 = Total cumulative grade

Tip: To view a student's grade for each assignment type from the gradebook, select the dropdown at the end of the student's name, then select See student's gradebook.