{% extends "global/Page.html" %} {% load otree static %} {% block title %} Practice Page {% endblock %} {% block content %} This screen displays the tools and information below in a similar manner to when you are making decisions for payment. Decisions here will not be used for payment in this experiment.

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:

Player: 1 2 (You)3
Votes: 5 5 3
Alternatives Players' Payoffs
A 20 15 5
B 5 10 10
C 10 20 20
D 15 5 15


Suppose players 1 and 3 have selected to vote in the following manner:

Player 1: A = 3, B = 2, C = 1, D = 4

Player 3: A = 2, B = 4, C = 3, D = 1

Input your voting decision below and then press the "Test" button to see the outcome of the group selection, including how many points you would have earned for your decision.

{% formfield player.IR_A_pr label="A:" %} {% formfield player.IR_B_pr label="B:" %} {% formfield player.IR_C_pr label="C:" %} {% formfield player.IR_D_pr label="D:" %}



Error: each ranking of the above alternatives must be unique


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.



Chosen alternative:
Payoff:

When you are finished, press the "next" button below to proceed to the rest of the experiment.

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