Discrete named levels, each worth fixed points. Good for pass/fail checks or a small set of graded levels.

interface DiscreteMember {
    $unknown?: undefined;
    continuous?: undefined;
    discrete: AutoTestGenerationDraftDiscreteScoring;
}

Properties

$unknown?: undefined
continuous?: undefined