OBJECT

FormInputAnswer

One of many possible response for a form.

link GraphQL Schema definition

  • type FormInputAnswer {
  • # Used only with elearning eval
  • correct: String
  • # Used only with elearning eval
  • id: String
  • text: String
  • # Stable identifier of a matrix row, used to key the trainee's answer
  • # independently of row order. Also available in the raw `data` JSON.
  • uuid: String
  • }