INTERFACE
ScoringModel
Describes how a test or framework is scored.
link GraphQL Schema definition
1 interface ScoringModel { 2 3 : ScoringModelType! 4 5 }
link Required by
- BehavioralScoringModelA behavioral scoring model with no numeric score range.
- CodingScore2023ScoringModelA scoring model with a standardized score range.
- CompanyTestA non-standardized test owned by a particular company.
- FrameworkFramework associated with service plan
- RawScoringModelA raw scoring model where scores are based on the sum of task scores.