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

Submit Rapid

Instructions

Abnormality, Region and Laterality are used to categorise within the system (they are not used for marking). String answers that match those added below will be used for automatic marking. Multiple images can be added to a question. If the feedback image box is checked they will not be displayed when taking the question.

{% comment %} {% csrf_token %} {% endcomment %} {% crispy form form.helper %}

Answers:

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

Images:

Drop images here (or use the buttons below)
Feedback image?
drop those here
{% for form in image_formset %} {% endfor %}
{{ image_formset.management_form }}
{% endblock %} {% block css %} {% endblock css %}