{% load otree_tags staticfiles %}
In this game there are six participants. Each participant is randomly assigned to a group of three. There are two groups: A and B, with three participants in each group.
In each round every participant from the group A is matched with a random participant from the group B. They then play a game, in which both of them should take a decision that is described below.
The experiment consists of {{ Constants.num_rounds }} identical rounds.
In each round you are given {{ Constants.endowment }} points and you have an option to transfer some of these points or all of them to the other participant, with whom you are matched, or leave all the points to yourself. The amount of points you decide to transfer to the other participant will be multiplied by {{ Constants.pd_factor }} and earned by the other participant. Simultaneously the other participant will be given exactly the same choice.
For instance:
In the end of the experiment your earnings will be calculate as follows:
You will get a participation fee of {{ session.config.participation_fee }}.
In addition all your payoffs in all {{ Constants.num_rounds }} rounds will be summed up and converted in US dollars at the exchange rate of:
{{ base_points }} points = 1 US dollar.