Interface AutoTestGenerationDraftContinuousScoring

Continuous scoring: a bounded scale. Either bound may be zero or negative.

interface AutoTestGenerationDraftContinuousScoring {
    lowerBound: number;
    upperBound: number;
}

Properties

lowerBound: number

The lower bound of the scale. May be zero or negative.

upperBound: number

The upper bound of the scale. May be negative.