ENUM
ScoringModelType
The type of scoring model used for a test or certified assessment.
link GraphQL Schema definition
1 enum ScoringModelType { 2 3 4 5 6 7 8 }
link Required by
- BehavioralScoringModelA behavioral scoring model with no numeric score range.
- CodingScore2023ScoringModelA scoring model with a standardized score range.
- RawScoringModelA raw scoring model where scores are based on the sum of task scores.
- ScoringModelDescribes how a test or certified assessment is scored.