.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user