add grade

This commit is contained in:
2026-06-25 23:49:35 -06:00
parent 4f288a1fef
commit c4196e61e9
3 changed files with 33 additions and 3 deletions

View File

@@ -182,6 +182,8 @@ class GradebookRow(Schema):
classname: str
rank: int
grade: Literal["A", "B", "C", "D", "E"]
assessment_grade: Literal["A", "B", "C", "D", "E"]
best_submission_score: float
scores: dict[int, GradebookCell]
tutorial_total: float
challenge_total: float