AutoTestResultWithExtraData¶ class AutoTestResultWithExtraData[source]¶ An AutoTestResults with an assignment and course id. assignment_id: int¶ The assignment id of this result. course_id: int¶ The course id of this result. id: int¶ The id of this result created_at: datetime¶ The time this result was created updated_at: datetime¶ The time this result was last updated started_at: datetime | None¶ The moment this result was started. If this is null the result has not yet started. work_id: int¶ The id of the submission (work) that was tested in this result. state: AutoTestResultState¶ The state the result is in. points_achieved: float¶ The amount of points achieved in this step by the student.