{{ htmlDecode(currentQuestion.category) }} | {{ currentQuestion.difficulty }}
Quiz | {{ currentQuestionSet + 1 }} of {{ questionSets.length }} |
Question | {{ currentQuestionIndex + 1 }} of {{ questions.length }} |
Correct | {{ numberCorrect }} |
Incorrect | {{ numberIncorrect }} |
Score | {{ score + "%" }} |
You scored {{ score + "%" }} out of {{ questions.length }} questions.
Quiz | {{ currentQuestionSet + 1 }} of {{ questionSets.length }} |
Question | {{ currentQuestionIndex + 1 }} of {{ questions.length }} |
Correct | {{ numberCorrect }} |
Incorrect | {{ numberIncorrect }} |
Score | {{ score + "%" }} |
Quiz | {{ quiz.id + 1 }} |
Number of Questions | {{ quiz.questions.length }} |
Correct | {{ quiz.numberCorrect }} |
Incorrect | {{ quiz.numberIncorrect }} |
Score | {{ quiz.score + "%" }} |
|