{{ appTitle }}

{{ appDescription }}

{{ htmlDecode(currentQuestion.category) }} | {{ currentQuestion.difficulty }}

{{ htmlDecode(currentQuestion.question) }}


Quiz Results

Quiz {{ currentQuestionSet + 1 }} of {{ questionSets.length }}
Question {{ currentQuestionIndex + 1 }} of {{ questions.length }}
Correct {{ numberCorrect }}
Incorrect {{ numberIncorrect }}
Score {{ score + "%" }}

Results

You scored {{ score + "%" }} out of {{ questions.length }} questions.

Quiz Stats

Quiz {{ currentQuestionSet + 1 }} of {{ questionSets.length }}
Question {{ currentQuestionIndex + 1 }} of {{ questions.length }}
Correct {{ numberCorrect }}
Incorrect {{ numberIncorrect }}
Score {{ score + "%" }}

Game Results

Quiz {{ quiz.id + 1 }}
Number of Questions {{ quiz.questions.length }}
Correct {{ quiz.numberCorrect }}
Incorrect {{ quiz.numberIncorrect }}
Score {{ quiz.score + "%" }}