Class | Description |
---|---|
Course | |
DivisionBar |
Contains the lower and upper-bound percentages, the letter grade
it is associated with, and the color that this range will be
associated with.
|
Gradebook |
This class collects all the various components of the grader: Instructor, TA and Student Views.
|
GradeScheme |
The model containing the range breakdown for each letter-grade
as well as the associated colors.
|
Percentage |
Wrapper class for a float to ensure the correct percentage format.
|
Range |
Contains the lower and upper-bound percentages, the letter grade
it is associated with, and the color that this range will be
associated with.
|
RawScore |
A RawScore represents the raw score given to a student for a particular
assignment.
|
Scores |
The Scores class represents a collection of raw scores for assignments.
|
Section |
Collection of objects that are necessary for Section functionality.
|
Enum | Description |
---|---|
Color |
Fixed available set to manipulate the color of text.
|
LetterGrade |
Contains the fixed set of available letter grades.
|