ENUM

StandardizedTestType

The types of standardized tests.

link GraphQL Schema definition

1enum StandardizedTestType {
2
3# Generates certified, proctored test results.
4certification
5
6# Not proctored and not verified.
7practice
8}