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

Update Sample Answers

This page allows you to update sample answers for the question.

Sample answers are used to aid marking of a question and providing feedback to candidates.

Ideally there should be a selection of answers that cover the available scores

{% csrf_token %}

Answers:

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

{% endblock %}