{% load staticfiles otree_tags %}

Instructions

First, every player will be randomly paired with another player. In other words, you will have a counterpart, but you will not be told who it is. Your identity will also remain hidden from your counterpart.

The two participants in a pair will have two different roles: the proposer and the responder. You will be assigned randomly to a role, and it will be displayed on the next page.

The two of you will together receive {{ Constants.endowment }}. The experiment is about how to divide this amount. The proposer will make the responder a take-it-or-leave-it offer, which the responder can accept or reject. If the offer is rejected, both will receive {{ Constants.payoff_if_rejected }}.

Proposer's role

The proposer has the following {{ Constants.offer_choices_count }} options on how to divide the {{ Constants.endowment }} between the two players.

    {% for give, keep in Constants.keep_give_amounts %}
  1. {{ give }} for the responder (the proposer keeps {{ keep }})
  2. {% endfor %}

Responder's role

{% if not group.strategy %} The responder can either accept or reject the offer. {% else %} While the proposer makes the offer, the responder can select which {{ Constants.offer_choices_count }} offers stated above to accept or reject. After the proposer has made the offer, it will be either accepted or rejected according to the responder's choices. {% endif %}

Results

{% if not group.strategy %} In the end, when both players have made their decision, a results page will be displayed. Here the offer will be displayed once more, and whether it was accepted or rejected. {% else %} A results page will be displayed once both players have made their decisions and those decisions have been implemented. Here, it will be shown whether the offer was accepted or rejected. {% endif %}

Furthermore, one of the following two payoffs will be displayed: