{% extends "anatomy/base.html" %} {% load static %} {% block js %} {{ form.media }} {% endblock %} {% block content %} {% if object %} {% include 'anatomy/question_link_header.html' %} {% endif %}

Question Answers

Help

This page can be used to add and modify answers associated with a question. Answers in here will be used for automarking submitted answers so it is best not to remove. Updating an answer here will not automatically update a submitted answers (scores cache would need to be refreshed)

{% csrf_token %}

Answers:

{% for form in answer_formset %} {% endfor %}
{{ answer_formset.management_form }}

{% endblock %}