{% 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 as been allocated this round. Your player number, votes, and payoffs are highlighted in yellow:

Player: 1 2 (You)3
Votes: 5 4 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 for "B" and "D" respectively. 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.pl_vote_test label="" %}


The chart below summarizes the voting decisions for each player and how many votes each alternative received

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