OBJECT

TestSessionTask

A question given to the test taker in a test instance.

  • Cost complexity: 1

link GraphQL Schema definition

1type TestSessionTask {
2
3# Maximum possible score for the question.
4maxScore: Int!
5
6task: CommonTask
7
8}