GradeHistory#

class GradeHistory[source]#

A history event for the grade of a submission.

changed_at: datetime#

The moment the grade was changed.

is_rubric: Optional[bool]#

Was this grade given by a rubric.

grade: Optional[float]#

What grade was given.

passed_back: Optional[bool]#

Has this grade been passed back to the LMS?

origin: GradeOrigin#

What as the origin of the grade.

user: Optional[User]#

The user that gave the grade, only available when grade_origin is human.