ENUM

TypingLinearity

Indicates extent to which the test-taker entered their solution line by line from top to bottom.

link GraphQL Schema definition

1enum TypingLinearity {
2
3low
4
5medium
6
7high
8
9# Indicates that the linearity has not been evaluated.
10not_applicable
11}