{% extends "elearning.html" %} {% block headtitle %}Exam - {{ course }} - {{ block.super }}{% endblock %} {% block content %}

You have 40 minutes to complete the exam once you click the start button below.

You have 3 attempts to pass the exam and we advise you to review the course prior to taking the exam.

Score {{ course.exam_pass_percentage }}% or higher to pass and then download your certificate.

{% csrf_token %}

To take the exam, please complete the following questionnaire and agree to the declaration:

{% include "partials/form.html" with form=learner_exam_form %}
{{ config.student_honesty_declaration|safe }}

{% endblock %}