{% extends "global/Page.html" %} {% load otree %} {% block title %}Part I{% endblock %} {% block content %}
In the first part of the experiment, you are randomly paired with one other player. The decisions taken by players in a pair will only affect these players; there will be no interaction between pairs.
In this part, the other player in your pair acts first and chooses between two games, Game A and Game B. For the chosen game, you and the other player in your pair are asked to choose between two actions, Action 1 or Action 2.
Suppose the other player chooses Game A, then the payoffs in points are as follows:
Suppose the other player chooses Game B, then the payoffs in points are as follows:
Each point is worth €0.10.
{% next_button %} {% endblock %}