A continuous scale between a lower and upper bound, where the points awarded scale with the fraction of checks passed. The idiomatic choice for an AutoTest-graded row.

interface ContinuousMember {
    $unknown?: undefined;
    continuous: AutoTestGenerationDraftContinuousScoring;
    discrete?: undefined;
}

Properties

$unknown?: undefined
discrete?: undefined