getQuestionText method

String getQuestionText()

Implementation

String getQuestionText() {
  return _questionBank[_questionNumber].questionText;
}