{% extends "anatomy/base.html" %} {% load static %} {% load crispy_forms_tags %} {% load help_tags %} {% block title %} Anatomy {% endblock %} {% block js %} {{ form.media }} {% endblock %} {% block content %} {% if object %} {% include 'anatomy/question_link_header.html' %} {% endif %}

{{object|yesno:"Update,Create"}} Question

{% help "Help" %}

This form can be used to create an Anatomy question. Once created, the question can be edited or deleted as needed.

Question type can be selected from a predefined list. If you require a more please contact ross.kruger@nhs.net.

Answers can be defined once the question has been created (and labelled).

Not all fields are required.

Correct and incorrect answers can be defined once the question has been created.

Images can be selected either directly via the browse button or by dragging and dropping them into the designated area below.

Supported formats include JPEG, PNG, and GIF. It is also possible to use DICOM images.

{% endhelp %}
{% csrf_token %} {% crispy form %}
Drop image here
{% endblock %}