ENUM
TypingLinearity
Indicates extent to which the test-taker entered their solution line by line from top to bottom.
link GraphQL Schema definition
1 enum TypingLinearity { 2 3 4 5 6 7 8 9 # Indicates that the linearity has not been evaluated. 10 11 }