Interface GetAutoTestRubricResultsRequest

interface GetAutoTestRubricResultsRequest {
    assignmentId: string;
    rubricRowId: number;
    submissionIds: string[];
}

Hierarchy (View Summary)

Properties

assignmentId: string

The id of the assignment.

rubricRowId: number

The id of the rubric row to get the results for.

submissionIds: string[]

The ids of the submissions to get the results for.