{% extends "elearning.html" %} {% block headtitle %}{{ course }} - {{ block.super }}{% endblock %} {% block content %}
{{ complete_percentage }}% Complete
{{ unit }} | {% if forloop.last %} {% if col == 'col1' %}{% endif %} {% if col == 'col2' %} | {% endif %} {% if col == 'col3' %} | {% endif %} {% endif %} {% if col == 'col4' or forloop.last %} |
No tutorials found.
{% endif %}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 %} {% else %} {% if learner_credit.exam_enabled and learner_credit.exam_unlocked %}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.
{% endif %} {% endif %} {% endif %} {% endblock %}