OBJECT
1type QuizOption {23# Description of the option.4description: String! 56# Is the option correct or not.7isCorrect: Boolean! 89# Is selected by the test taker or not.10isSelected: Boolean 1112}