Skip to content

Commit

Permalink
more progress count fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Nov 2, 2023
1 parent 97c54b3 commit c49038c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdsourcer/views/marking.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c49038c

Please sign in to comment.