{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} {% for p in others_in_group %} {% endfor %} {% for p in others_in_group %} {% endfor %} {% for p in others_in_group %} {% endfor %} {% for p in others_in_group %} {% endfor %} {% for p in others_in_group %} {% endfor %}
Alternatives: Your Payoffs: Others Players' Payoffs
Player {{player.id_in_group}} Player {{p.id_in_group}}
A {{ player.player_payoff_1 }} {{ p.player_payoff_1 }}
B {{ player.player_payoff_2 }} {{ p.player_payoff_2 }}
C {{ player.player_payoff_3 }} {{ p.player_payoff_3 }}
D {{ player.player_payoff_4 }} {{ p.player_payoff_4 }}

You made the following choices:

A: {{player.vote_choice_A}}

B: {{player.vote_choice_B}}

C: {{player.vote_choice_C}}

D: {{player.vote_choice_D}}

The other players made the following choices:

{% for p in player.get_others_in_group %} {% endfor %} {% for p in player.get_others_in_group %} {% endfor %}
Player {{p.id_in_group}}:

A: {{p.vote_choice_A}}

B: {{p.vote_choice_B}}

C: {{p.vote_choice_C}}

D: {{p.vote_choice_D}}

Each alternative received the following number of points:

A: B: C: D:
{{ group.average_A }} {{ group.average_B }} {{ group.average_C }} {{ group.average_D }}

This resulted in the following second-stage selection:

Alternatives {{ group.runoff_cand_1 }} vs. {{ group.runoff_cand_2 }}

Each of these selected alternatives received the following number of votes:

{{group.runoff_cand_1}}: {{group.runoff_total_1}}

{{group.runoff_cand_2}}: {{group.runoff_total_2}}

The winner of this selection process was alternative {{ group.winner }}.

Therefore, your payoff for this round was {{ player.round_payoff }}.

{% next_button %} {% endblock %}