{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round Results

Round {{ subsession.round_number }} of {{ Constants.num_rounds }}

{% endblock %} {% block content %} The below table lists both your and your group members' payoffs for selecting the various alternatives, as well as how many votes each has been allocated this round. Your player number, votes, and payoffs are highlighted in yellow. The alternative that has been selected has been highlighted in blue. The rank each player chose for each alternative is listed in bold next to that alternative's payoff:

{% for p in players %}{% endfor %} {% for p in players %} {% endfor %} {% for p in players %}{% endfor %} {% for p in players %}{% endfor %} {% for p in players %}{% endfor %} {% for p in players %}{% endfor %}
Player:{{p.id_in_group}} {% if p.id_in_group == player.id_in_group %} (You) {% endif %}
Votes:{{ p.votes }}
Alternatives Players' Payoffs
A{{ p.player_payoff_1_ir }} ({{p.IR_A}})
B{{ p.player_payoff_2_ir }} ({{p.IR_B}})
C{{ p.player_payoff_3_ir }} ({{p.IR_C}})
D{{ p.player_payoff_4_ir }} ({{p.IR_D}})



The chart above summarizes the series of runoffs and votes for each alternative. Each group of columns represents each runoff. Remember, once an alternative reaches a majority of votes there are no further rounds of voting.



The chosen alternative for this round was {{group.winner}} and your payoff was {{player.payoff}}


{% next_button %} {% endblock %} {% block scripts %} {% endblock %}