Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

New statistics for course grades

User Interface Changes

Authoring Selection

Anchor
Authoring Selection
Authoring Selection

Presentation

Anchor
Presentation
Presentation

...

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.

...