questionType property

QuestionType questionType
override

The Question Type of the Answer Format. Should be implemented in the subclasses.

Implementation

@override
get questionType {
  return QuestionType.Boolean;
}
void questionType= (QuestionType _questionType)
inherited

The Question Type of the Answer Format. Should be implemented in the subclasses.

Implementation

QuestionType questionType