CanadaDrivingTests Logo

CanadaDrivingTests.ca

{{ province }}
{{ error }}
{{ score >= passingScore ? 'You Passed!' : `You need at least ${passingScore} 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 }}

{{ questions[currentQuestionIndex].explanation }}