OBJECT
CodingScore2023ScoringModel
A scoring model with a standardized score range.
link GraphQL Schema definition
1 type CodingScore2023ScoringModel implements ScoringModel { 2 3 : ScoringModelType! 4 5 : ScoreRange! 6 7 }
link Required by
This element is not required by anyone