{% extends "elearning.html" %} {% block headtitle %}Self Assessment - {{ unit }} - {{ course }} - {{ block.super }}{% endblock %} {% block bodyclass %}elearning-content{% endblock %} {% block content %}
{% if manager %}
{% endif %}

Complete the following self assessment to conclude the {{ unit }} section


{% if question %}
{% csrf_token %}
{% for option in question.get_option_list %} {% endfor %} {% if self_assessment_error %} {{ self_assessment_error }} {% endif %}

{% endif %}
{% endblock %}