RubricGrade
import type { RubricGrade } from "https://googleapis.deno.dev/v1/classroom:v1.ts";
A rubric grade set for the student submission. There is at most one entry per rubric criterion.
interface RubricGrade {
criterionId?: string;
levelId?: string;
points?: number;
}