{% 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 23
Votes: 5 5 (You) 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.STAR_A_pr label="A:" %} {% formfield player.STAR_B_pr label="B:" %} {% formfield player.STAR_C_pr label="C:" %} {% formfield player.STAR_D_pr label="D:" %}




The chart above summarizes the voting decisions for each player. The first column for every alternative is the total score for that alternative while the second is the total number of votes that alternative received in the runoff.


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 %}