This commit is contained in:
Ross
2024-01-10 23:14:59 +00:00
parent 298cfe391c
commit 123464758d
3 changed files with 23 additions and 1 deletions
+2
View File
@@ -91,6 +91,8 @@ class AnatomyQuestion(QuestionBase):
help_text="Short description of the image e.g. 'Sagittal CT Chest, Abdomen & Pelvis', will be displayed as the title.",
)
answer_help = models.TextField(default="", help_text="Helpful information for marking")
examination = models.ForeignKey(
Examination, on_delete=models.SET_NULL, null=True, blank=True
)