AssignmentGrader#

class AssignmentGrader[source]#

A grader for an assignment.

weight: float#

The division weight of the grader, if no division is setup this will be 0.

done: bool#

Did this grader indicate that grading has finished? NOTE: This field will be removed or changed in a future release.

id: int#

The is the id of this user

name: Optional[str]#

The fullname of the user. This might contain a first and last name, however this is not guaranteed. This might be None if the PII for this user cannot be retrieved anymore.

username: str#

The username of this user.

is_test_student: bool#

Is this user a test student.

tenant_id: Optional[str]#

The tenant of the user