getCorrectAnswer method

bool getCorrectAnswer()

Implementation

bool getCorrectAnswer() {
  return _questionBank[_questionNumber].questionAnswer;
}