CanadaCitizenshipTest Logo

CitizenshipCanadaTest.ca

{{ error }}
{{ score >= 15 ? 'You Passed!' : `You need at least 15 correct answers to pass the real test.` }}
You answered {{ correctAnswers }} out of {{ questions.length }} questions correctly.
Question {{ currentQuestionIndex + 1 }}/{{ questions.length }}
{{ selectedTest }}
Correct: {{ correctAnswers }}
Incorrect: {{ attemptedQuestions - correctAnswers }}
{{ currentQuestionIndex + 1 }}: {{ currentQuestion.question }}
{{ option }}