{% extends "elearning.html" %} {% block headtitle %}Review {{ unit }} - {{ course }} - {{ block.super }}{% endblock %} {% block content %}
{% if not unit_submission.viewed_all %}

You completed {{ unit_submission.get_correct.count }} out of {{ unit.get_pages.count }} pages

Click on a page to go back and review:

{% else %}

Congratulations you have successfully completed the {{ unit }} tutorial.

{% if unit.get_self_assessment_questions %}

Having completed the tutorial, you should now be able to answer the following questions. Read the question and then select the answer that you think is correct. There is only one correct answer. When you have finished check your score.

{% endif %} {% endif %}

{% if unit_submission.viewed_all %} {% if unit.get_self_assessment_questions %} {% else %} {% endif %} {% endif %}
{% endblock %}