diff --git a/anatomy/templates/anatomy/anatomyquestionanswer_form.html b/anatomy/templates/anatomy/anatomyquestionanswer_form.html index 39b9f683..a29ace80 100644 --- a/anatomy/templates/anatomy/anatomyquestionanswer_form.html +++ b/anatomy/templates/anatomy/anatomyquestionanswer_form.html @@ -28,32 +28,60 @@ {% 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 %} +
+
+

Question Answers

+ Manage answer keys for auto-marking +
+
+
+ Help +

This page can be used to add and modify answers associated with a question. Answers here are used for auto-marking submitted responses; avoid removing entries unless you intend to re-score submissions.

+
+ + + {% csrf_token %} + +

Answers

+
+ {% for form in answer_formset %} +
+ {{form.non_field_errors}} + {{form.errors}} +
+ {{ form.as_ul }} +
+
+ {% endfor %} +
+ + {{ answer_formset.management_form }} + +
+ + +
+ + +
+
+ {{ answer_formset.empty_form.as_ul }} +
+
- {{ answer_formset.management_form }} - -

- -

- - +{% endblock %} + +{% block css %} + {% endblock %} \ No newline at end of file