questionType property
override
The Question Type of the Answer Format. Should be implemented in the subclasses.
Implementation
@override
get questionType {
return QuestionType.Boolean;
}
inherited
The Question Type of the Answer Format. Should be implemented in the subclasses.
Implementation
QuestionType questionType