...
Files to be modified |
---|
Looks like we can probably do all of our calculations inside of Assignment.calculateStatistics() for the individual assignments and CourseGrade.calculateStatistics() for the overall gradebook. These methods are where the mean is currently being calculated.
...