{{ extends "global/Page.html" }} {{ block title }}Voting Phase{{ endblock }} {{ block content }}
{{ formfields }}

Round {{ player.round_number }}

Voting Phase

Cumulative payoff

{{ cumulative_payoff }}

You must now vote for which game you want to play for the remaining rounds ({{ C.POST_VOTING_START }} to {{ C.NUM_ROUNDS }}). For each option, please declare your strategy as both First Player and Second Player, and your belief about how many of the other players will do Action A.

You and your partner have already been randomly assigned First and Second Player roles for this round. Your payoff this round will be computed using the winning game's declarations.

You are in a group with {{ group_size }} other players.

Game 1

The standard game, played as in the first five rounds.

{{ for row in matrix_a }} {{ endfor }}
Your action Other player's action Your payoff Other player's payoff
{{ row.player_action }} {{ row.partner_action }} {{ row.payoff }} {{ row.partner_payoff }}

If you are the First Player in Game 1, you will do:

Action A
Action B

If you are the Second Player and the First Player does Action A, you will do:

Action A
Action B

If you are the Second Player and the First Player does Action B, you will do:

Action A
Action B

Out of the {{ group_size }} other players, how many do you think will do Action A in Option A?

{{ for btn in belief_buttons }} {{ endfor }}

Game 2

Same as Game 1, with the following message displayed before each choice for everyone in the group:

{{ moral_message }}
{{ for row in matrix_b }} {{ endfor }}
Your action Other player's action Your payoff Other player's payoff
{{ row.player_action }} {{ row.partner_action }} {{ row.payoff }} {{ row.partner_payoff }}

If you are the First Player in Game 2, you will do:

Action A
Action B

If you are the Second Player and the First Player does Action A, you will do:

Action A
Action B

If you are the Second Player and the First Player does Action B, you will do:

Action A
Action B

Out of the {{ group_size }} other players, how many do you think will do Action A in Game 2?

{{ for btn in belief_buttons }} {{ endfor }}

Game 3

Same as Game 1, except that anyone who does Action B pays a tax of {{ C.HARMONY_TAX }} points.

{{ for row in matrix_c }} {{ endfor }}
Your action Other player's action Your payoff Other player's payoff
{{ row.player_action }} {{ row.partner_action }} {{ row.payoff }} {{ row.partner_payoff }}

If you are the First Player in Game 3, you will do:

Action A
Action B

If you are the Second Player and the First Player does Action A, you will do:

Action A
Action B

If you are the Second Player and the First Player does Action B, you will do:

Action A
Action B

Out of the {{ group_size }} other players, how many do you think will do Action A in Game 3?

{{ for btn in belief_buttons }} {{ endfor }}

Your vote

Which game do you vote for?

Game 1
Game 2
Game 3
{{ next_button }}
{{ include 'pd_game/shared_styles.html' }} {{ endblock }}