diff --git a/rapids/models.py b/rapids/models.py index 208676e8..10797fdf 100644 --- a/rapids/models.py +++ b/rapids/models.py @@ -267,7 +267,7 @@ class Rapid(models.Model): marker_unmarked = [] for answer in unmarked_answers: if answer.mark.filter(marker=marker).count() < 1: - marker_unmarked.append(answer) + marker_unmarked.append(answer.answer_compare) return marker_unmarked diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index ec21e600..bb922173 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -33,7 +33,13 @@ Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities