{% load static %} {% load autodidact %}
{% csrf_token %} {% if step.answer_required %} {% endif %}
Completed

Assignment {{assignment.number}} – step {{step.number}} of {{steps|length}}

{{step.description|upload_urls:session.get_absolute_url}}
{% if step.graded %} {% if step.completedstep.passed %}
Correct
{% elif step.please_try_again %}
Incorrect. Please try again.
{% endif %} {% endif %} Your answer {% if step.multiple_choice %}
    {% for answer in step.answers %}
  • {% endfor %}
{% if step.multiple_answers %}
(multiple answers are allowed)
{% endif %} {% else %} {% endif %}
{% for hint in step.clarifications.all %}
{% if hint.image %} {% endif %} {{hint.description}}
{% endfor %}