Interface AutoTestGenerationDraftRubric

A proposed rubric on a generation draft.

interface AutoTestGenerationDraftRubric {
    maxPoints: number;
    rows: AutoTestGenerationDraftRubricRow[];
}

Properties

Properties

maxPoints: number

The maximum number of points the rubric awards.

The proposed rubric rows.