diff --git a/crowdsourcer/views/marking.py b/crowdsourcer/views/marking.py index c0cea071..e8391d8a 100644 --- a/crowdsourcer/views/marking.py +++ b/crowdsourcer/views/marking.py @@ -150,7 +150,7 @@ def get_context_data(self, **kwargs): args.append(authorities) response_counts = PublicAuthority.response_counts( - *args, question_types=types, response_type=self.current_stage + *args, question_types=types, response_type=assignment.response_type ).distinct() total = 0