Current Gradebook calculations for Total and Weighted Total include item that have not been scored. For example, picture a course where the grade is determined by two tests weighted equally. Using the current Gradebook settings, a Student with a score of 90 percent on the first quiz would have a weighted total of 45 percent. This shows that the student has accumulated a score of at least 45 percent in the course.
A new option to ignore ungraded items, or nulls, when calculating the total and weighted total appears in Application Pack 3. In the example above, the student's progress would be reported as 90 percent.
When nulls are ignored, the Total and Weighted Total columns in the Gradebook are renamed to Running Total and Running Weighted Total.
The table below details how Student progress is calculated in the Gradebook. Running Total and Running Weighted Total are calculated without including ungraded items (nulls).
Calculated Item
Weight-by
Display Option / Calculation
Formula
Total & Running Total
Points Possible
(Item.PointsPossible)
Total
Score
(Item.Attempt.PointsGiven)
Running Total
Same as Total above
Percentage
(Item.Attempt.PointsGiven) / (Item.PointsPossible)
(Item.Attempt.PointsGiven) / (Item.PointsPossible
not including items where Attempt.PointsGiven=NULL)
Weighted Total & Running Weighted Total
Item
(Item.PointsPossible * Item.Weight)
Category
(Item.PointsPossible * Category.Weight)
Weighted Total
(Item.Attempt.PointsGiven * Item.Weight)
(Category1 Attempt.PointsGiven) * Category1.Weight + (Category2 Attempt.PointsGiven) * Category2.Weight + (Category3 Attempt.PointsGiven) * Category3.Weight + …
Running Weighted Total
Same as Item Weighted Total above
Same as Category Weighted Total above
[ (Item.Attempt.PointsGiven / Item.PointsPossible) * Item.Weight]
/ (Item.Weight)
[ (Item.Attempt.PointsGiven / Item.PointsPossible) * (Category.Weight / Category.Number-Of-Items) ] / (Category.Weight)
[ (Item.Attempt.PointsGiven / Item.PointsPossible) * Item.Weight] / (Item.Weight not including items where Attempt.PointsGiven=NULL)
[ (Item.Attempt.PointsGiven / Item.PointsPossible) * (Category.Weight / Category.Number-Of-NonNULL-Items) ] / (Category.Weight not including where ALL items Attempt.PointsGiven=NULL)
The table shows that when calculated based on Points Possible ignoring ungraded items has no effect.
Tip: The Running Total and Running Weighted Totals should use the Percentage or Letter Grade display option when ignoring ungraded items. This will display student performance only on completed items.
The ability to include or ignore ungraded items is not available in all courses. The Administrator must first turn on the feature. Existing courses will continue to include ungraded items until this feature is enabled in the specific course. After confirming that the option is available, follow the steps below to set the Gradebook to ignore ungraded items.
Open the Gradebook.
Click Total or Weighted Total. After setting one to ignore or include ungraded items, be sure to set the other one.
Click Item Information.
Select Yes or No for Ignore Ungraded Attempts.
The example below shows how ignoring ungraded items will affect the reported progress for one user throughout a course. Keep in mind:
The final grade is made up of four quizzes, two tests, one paper, and one final exam.
The final grade is determined by totaling the scores of all Gradebook items and weighting them by type. Quizzes are worth a total of 20 percent. Tests are worth 20 percent. The paper is worth 30 percent and the final is worth 30 percent.
The Gradebook is set to display scores as percentages.
In the tables below, grades are listed in chronological order and percentages are rounded to the nearest whole number.
The table below shows the Total and Weighted Total displayed after each assignment is completed. Ungraded items are included in the calculation. The formulas to generate the Total and Weighted Total are:
Total: (Item.Attempt.PointsGiven) / (Item.PointsPossible)
Weighted Total: [ (Item.Attempt.PointsGiven / Item.PointsPossible) * (Category.Weight / Category.Number-Of-Items) ] / (Category.Weight)
Gradebook Item
Grade
Quiz 1
85
10%
4%
Quiz 2
90
22%
9%
Test 1
88
33%
18%
Quiz 3
75
42%
21%
Quiz 4
80
52%
25%
Paper
63%
Test 2
73%
60%
Final Exam
92
85%
88%
Final Grade
The table below shows the Running Total and Running Weighted Total displayed after each assignment is completed. Keep in mind that ungraded items are included in the calculation. The formulas to generate the Total and Weighted Total are:
Running Total: (Item.Attempt.PointsGiven) / (Item.PointsPossible not including null values)
Running Weighted Total: [ (Item.Attempt.PointsGiven / Item.PointsPossible) * (Category.Weight / Category.Number-Of-NonNULL-Items) ] / (Category.Weight not including where ALL items Attempt.PointsGiven=NULL)
84%
86%
87%
For some added insight into Gradebook calculations look at how the Running Weighted Total is calculated after the Student received a grade on the Paper. Remember that the formula to calculate the Running Weighted Total is:
[ (Item.Attempt.PointsGiven / Item.PointsPossible) * (Category.Weight / Category.Number-Of-NonNULL-Items)] / (Category.Weight not including where ALL items Attempt.PointsGiven=NULL)
Q1: [(85/100) * (.2/4)] = .0425
Q2: [(90/100) * (.2/4)] = .045
T1: [(88/100) * (.2/1)] = .176
Q3: [(75/100) * (.2/4)] = .0375
Q2: [(80/100) * (.2/4)] = .04
P : [(90/100) * (.3/1)] = .27
Sum = .611
Running Total = .611/.7 = .873