Interface AutoTestGenerationDraftDiscreteScoring

Discrete scoring: a set of named items, each worth fixed points.

interface AutoTestGenerationDraftDiscreteScoring {
    items: AutoTestGenerationDraftRubricItem[];
}

Properties

Properties

The discrete items of this row.