OBJECT
RawScoringModel
A raw scoring model where scores are based on the sum of task scores.
link GraphQL Schema definition
1 type RawScoringModel implements ScoringModel { 2 3 : ScoringModelType! 4 5 : ScoreRange! 6 7 }
link Required by
This element is not required by anyone