Skip to content
Commit 5e0a3cf1 authored by Martin Juhás's avatar Martin Juhás
Browse files

feat: add multiple-choice questions

### Additions

* added new `MultipleChoiceQuestionDetailsType` type
* added `MultipleChoiceQuestionDetailsType` to `QuestionDetails` union
* added new `QuestionnaireAnswerStatus` enum

### Changes

* field `isCorrect: Boolean` changed to `correct: QuestionnaireAnswerStatus!` on `QuestionnaireAnswerType`
* field `answer: String!` type changed to `[String!]!` on `QuestionnaireAnswerType`
* field `value: String!` type changed to `[String!]!` on `AnswerInput`
* field `value: String!` type changed to `[String!]!` on `AnswerType`

Closes #403
parent 05744e22
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment