add grade

This commit is contained in:
2026-06-28 05:59:54 -06:00
parent ae32732cf6
commit 4497af940f
2 changed files with 12 additions and 10 deletions

View File

@@ -184,7 +184,7 @@ class GradebookRow(Schema):
grade: Literal["A", "B", "C", "D", "E"]
assessment_grade: Literal["A", "B", "C", "D", "E"]
assessment_score: int
best_submission_score: float
top3_score: float
scores: dict[int, GradebookCell]
tutorial_total: float
challenge_total: float