{% extends "shorts/base.html" %} {% load static from static %} {% block js %} {{ form.media }} {% endblock %} {% block content %} {% if object %} {% include "shorts/question_link_header.html" %} {% endif %}
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
{% endblock %}