diff --git a/tabbycat/results/result.py b/tabbycat/results/result.py index 476f45347a1..8b1c4145259 100644 --- a/tabbycat/results/result.py +++ b/tabbycat/results/result.py @@ -851,6 +851,7 @@ def speakers_as_dicts(self, sheet, side_dict, side, pos_names): "speaker": self.get_speaker(side, pos), "score": sheet.get_score(side, pos), "rank": sheet.get_speaker_rank(side, pos), + "criteria": sheet.criteria_scores[side][pos], }) diff --git a/tabbycat/results/templates/public_ballot_set.html b/tabbycat/results/templates/public_ballot_set.html index 8b72544651a..381ec445bee 100644 --- a/tabbycat/results/templates/public_ballot_set.html +++ b/tabbycat/results/templates/public_ballot_set.html @@ -90,6 +90,18 @@

{{ position.rank }} {% endif %} + {% if position.criteria %} + + {% endif %} {% endfor %}