OBJECT
TestSessionTask
A question given to the test taker in a test instance.
- Cost complexity: 1
link GraphQL Schema definition
1 type TestSessionTask { 2 3 # Maximum possible score for the question. 4 Int! : 5 6 CommonTask : 7 8 }
OBJECT
A question given to the test taker in a test instance.
1 type TestSessionTask { 2 3 # Maximum possible score for the question. 4 Int! : 5 6 CommonTask : 7 8 }