{% extends "rapids/base.html" %} {% load static from static %} {% block js %} {{ form.media }} {% endblock %} {% block content %}

Submit Rapid

Edit defaults

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.

{% csrf_token %} {{ form.as_table }}

Answers:

{% for form in answer_formset %} {% 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 %}