{{ block title }}
Part 1: Round 2: Overview on Reviews - {{ C.use_2 }}
{{ endblock }}
{{ block content }}
Your rank is {{ rank }}.
{{ if rank == 1}}
You won round 2.
{{ else}}
You did not win round 2.
{{ endif }}
You can move the mouse over the graphs below to see the exact ratings.
The quantity rating is blue. The quality rating is red.
{{ if treatment == "Three_trans"}}
{{ if player.id_in_group == 1}}
Total rating given by you.
Average total rating you received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating given by Participant 2.
Average total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating given by Participant 3.
Average total rating Participant 3 received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ elif player.id_in_group == 2}}
Total rating given by Participant 1.
Average total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating given by you.
Average total rating you received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating given by Participant 3.
Average total rating Participant 3 received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ else }}
Total rating given by Participant 1.
Average total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating given by Participant 2.
Average total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating given by you.
Average total rating you received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})