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
  • }