Interface GetAutoTestRubricResultsResponse

interface GetAutoTestRubricResultsResponse {
    rubricResults: Record<string, string>;
}

Hierarchy (View Summary)

Properties

Properties

rubricResults: Record<string, string>

Mapping from submission id to the rubric results for that submission.