OBJECT

RawScoringModel

A raw scoring model where scores are based on the sum of task scores.

link GraphQL Schema definition

1type RawScoringModel implements ScoringModel {
2
3type: ScoringModelType!
4
5scoreRange: ScoreRange!
6
7}

link Required by

This element is not required by anyone