add grade
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-06-25 23:49:38 -06:00
parent 681c6ff4f4
commit 29bb89a257
2 changed files with 15 additions and 1 deletions

View File

@@ -223,6 +223,8 @@ export interface GradebookRow {
classname: string
rank: number
grade: GradebookGrade
assessment_grade: GradebookGrade
best_submission_score: number
scores: Record<number, GradebookCell>
tutorial_total: number
challenge_total: number