questionType property
override
The Question Type of the Answer Format. Should be implemented in the subclasses.
Implementation
@override
get questionType {
return _answerStyle == ChoiceAnswerStyle.SingleChoice ? QuestionType.SingleChoice : QuestionType.MultipleChoice;
}