{% load otree %}
Welcome. Thank you for participating in this experiment. If you have any questions during the course of the experiment please raise your hand and an experimenter will assist you. Please turn off all electronic devices and refrain from speaking with any other participants. If you fail to do so you will be excluded from the study and any payments will be forfeit.
At the beginning of the session you will be randomly paired with another participant to play a game. Each round will be played against the same partner you were paired with in the first round. The game will continue for five rounds, after which there is a 55 percent chance that the game ends. The game will automatically end after the tenth round. During each round the participants will simultaneously select, by clicking the corresponding button, either "stag" or "hare". Both your choice and your partner's choice affect the payoff each participant receives according to the table below.
In each cell, the amount to the left is the payoff for hunter 1 and to the right for the hunter 2.
{% if player.role == "Hunter_1" %}| The Other Participant (Hunter 2) | |||
|---|---|---|---|
| stag | hare | ||
| You (Hunter 1) | stag | {{Constants.stag_match_payoff}}, {{Constants.stag_match_payoff}} | {{ Constants.stag_mismatch_payoff }}, {{group.h_2_hare_payoff}} |
| hare | {{Constants.h_1_hare_payoff}}, {{ Constants.stag_mismatch_payoff }} | {{Constants.h_1_hare_payoff}}, {{group.h_2_hare_payoff}} |
| The Other Participant (Hunter 1) | |||
|---|---|---|---|
| stag | hare | ||
| You (Hunter 2) | stag | {{Constants.stag_match_payoff}}, {{Constants.stag_match_payoff}} | {{ Constants.stag_mismatch_payoff }}, {{Constants.h_1_hare_payoff}} |
| hare | {{group.h_2_hare_payoff}}, {{ Constants.stag_mismatch_payoff }} | {{group.h_2_hare_payoff}}, {{Constants.h_1_hare_payoff}} | |