OBJECT

TestSessionFeedback

Feedback about a test.

link GraphQL Schema definition

1type TestSessionFeedback {
2
3# Free-text feedback.
4notes: String
5
6# A numeric rating of the questions within the test, from 1 to 4 inclusive.
7questions: Int
8
9}