{% extends "global/Page.html" %} {% load otree static %} {% block title %} Alternative Selection

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

{% endblock %} {% block content %}

Time left to make your decision: 01:00

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:

{% 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 }}
B{{ p.player_payoff_2_ir }}
C{{ p.player_payoff_3_ir }}
D{{ p.player_payoff_4_ir }}


Please indicate your ranking of the above alternatives from highest (1) to lowest (4):

{% formfield player.IR_A label="A:" %} {% formfield player.IR_B label="B:" %} {% formfield player.IR_C label="C:" %} {% formfield player.IR_D label="D:" %}



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