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

{{ complete_percentage }}% Complete


{% if course.get_enabled_units %} {% for unit in course.get_enabled_units %} {% if col == 'col1' %}{% endif %} {% if forloop.last %} {% if col == 'col1' %}{% endif %} {% if col == 'col2' %}{% endif %} {% if col == 'col3' %}{% endif %} {% endif %} {% if col == 'col4' or forloop.last %}{% endif %} {% endfor %}
{{ unit }}
{% else %}

No tutorials found.

{% endif %}
{% if complete_percentage == 100 %} {% if passed_exam_submissions %}
{% if course.id == 28 %}

Congratulations on completing your course. Please contact your centre and they will arrange for you to take your final test.

{% else %}

Congratulations, you have passed the {{ course }} Course.

{% endif %}

Download your certificate

{% else %} {% if learner_credit.exam_enabled and learner_credit.exam_unlocked %}

{{ course }} Exam

As you have completed all the {{ course }} tutorials, you can now take the {{ course }} exam.

This exam will consist of multiple choice questions related to the {{ course }} tutorials.

You will have 45 minutes to complete the exam.

If you achieve a mark of {{ course.exam_pass_percentage }}% or above you will have passed the course and will have the opportunity to download a certificate.

Take the Exam

{% endif %} {% endif %} {% endif %} {% endblock %}