diff --git a/anatomy/models.py b/anatomy/models.py index 6797309f..79c21472 100644 --- a/anatomy/models.py +++ b/anatomy/models.py @@ -116,6 +116,8 @@ class AnatomyQuestion(QuestionBase): ) structure = models.ForeignKey( Structure, on_delete=models.SET_NULL, null=True, blank=True + , help_text="The structure that is being asked about in the question, this is used for categorisation and search purposes but is not required to be set for a question to be valid." + ) author = models.ManyToManyField( diff --git a/anatomy/templates/anatomy/anatomyquestion_form.html b/anatomy/templates/anatomy/anatomyquestion_form.html index 9e4a7bd6..cc1dda3e 100644 --- a/anatomy/templates/anatomy/anatomyquestion_form.html +++ b/anatomy/templates/anatomy/anatomyquestion_form.html @@ -228,10 +228,14 @@
This form can be used to create an Anatomy question.
+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.