getCurrentQuestionIndex method

int getCurrentQuestionIndex()

Implementation

int getCurrentQuestionIndex() {
  return _currentQuestionIndex;
}