{{ block title }}
Practice Round: Overview of Reviews
{{ endblock }}
{{ block content }}
Your rank is {{ rank }}.
{{ if rank == 1}}
You won the practice round.
{{ else}}
You did not win the practice round.
{{ endif }}
For this practice round, the ratings you received were randomly determined. In the subsequent rounds,{{ if treatment == "Three_trans" or treatment == "Three_intrans"}} your group members will evaluate your performance.{{ else }} another group member will rate your performance.{{ endif }}
{{ if treatment == "Three_trans" or treatment == "One_trans"}}
On the left, you see the ratings each participant gave. On the right, you see the ratings received by each participant.
{{ 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"}}
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 }}).