{% extends "elearning.html" %} {% load staticfiles %} {% block headtitle %}Self Assessment - {{ unit }} - {{ course }} - {{ block.super }}{% endblock %} {% block bodyclass %}elearning-content{% endblock %} {% block content %} {% if manager %}
{% endif %}
{% if not score == 100 %}

You scored {{ score }}%

To go back and change an answer, click on the arrow within the question below:

{% else %}

Congratulations, you passed with a score of {{ score }}%

Review Tutorial

{% endif %} {% for submission in question_submissions %} {% if not submission.correct %}
Red Cross {{ submission.question }}

You answered:

{{ submission.answer }}

Review answer
{% endif %} {% endfor %}

Back to Tutorial Selection

{% endblock %}