This commit is contained in:
Ross
2021-12-15 20:02:33 +00:00
parent f6282193af
commit 25ac8762d9
3 changed files with 19 additions and 13 deletions
-12
View File
@@ -214,18 +214,6 @@ class AnatomyQuestion(models.Model):
if i.status != i.MarkOptions.UNMARKED
]
)
# correct_answers = set(
# [i.answer.get_compare_string() for i in self.answers.all()]
# )
# half_mark_answers = set(
# [i.answer.get_compare_string() for i in self.half_mark_answers.all()]
# )
# incorrect_answers = set(
# [i.answer.get_compare_string() for i in self.incorrect_answers.all()]
# )
# marked_answers = correct_answers | half_mark_answers | incorrect_answers
# return marked_answers
def get_annotations(self):
return self.image_annotations