getcurrentquestionidx - eisclimber/ExPresS-XR GitHub Wiki
Method in ButtonQuiz
Gets the index of the current question (not the latest answered) specified in the config (i.e. QuizQuestion.itemIdx).
Is only same as GetCurrentQuestionNumber() if questions are not shuffled.
public int GetCurrentQuestionIdx();