
{{ quiz.game_info }}

{{ quiz.successMessage }}
{{ currentQuestion.explanation }}

{{ quiz.wrong_answer_explanation }}

{{ currentQuestionIndex + 1 }}. {{ currentQuestion.question }}
{{ currentQuestion[answer] }}

{{ isFinalQuestion ? quiz.end_game : quiz.next_question }}

{{ quiz.try_again }}
