ENUM

ScoringModelType

The type of scoring model used for a test or framework.

link GraphQL Schema definition

1enum ScoringModelType {
2
3raw
4
5codingScore2023
6
7behavioral
8}