{{ extends "global/Page.html" }} {{ block title }}Choice{{ endblock }} {{ block content }}

Round

{{ player.round_number }} of {{ C.NUM_ROUNDS }}

Cumulative payoff

{{ cumulative_payoff }}

{{ current_game_label }}
{{ if is_harmony }}
In Game 3, anyone who plays Action B pays a tax of {{ C.HARMONY_TAX }} points.
{{ endif }}

In this round, you will be paired with another person from your group. One of you will be chosen by chance as the First Player, and the other as the Second Player. You will only find out your role after you have made your choices below.

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

Payoff matrix

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

Part 1 – If you are the First PLayer

The First PLayer acts first, without observing the second player's action.

Your action as First PLayer

{{ if show_moral_message }}
{{ moral_message }}
{{ endif }}
Action A
Action B

Part 2 – If you are the Second PLayer

The Second PLayer observes the First PLayer's action before choosing. Please state your action for each possible First Player's action.

{{ if show_moral_message }}
{{ moral_message }}
{{ endif }}

If the First PLayer does action A, you will:

Action A
Action B

If the First PLayer does Action B, you will:

Action A
Action B

What you believe others will do

Out of the {{ group_size }} other players in your group, how many do you think will play Action A in this round?

{{ for btn in belief_buttons }} {{ endfor }}
{{ next_button }}
{{ include 'pd_game/shared_styles.html' }} {{ endblock }}