{% load otree_tags staticfiles %}

Instructions

In this study, you will be randomly and anonymously paired with another individual. In each round, your pairing will be randomly reassigned. Each of you simultaneously and privately chooses whether you want to play Up, Center, or Down. Your payoffs will be determined by the choices of both as below:

In each cell, the amount (in points) to the left is the payoff for you and to the right for the other individual.

The other individual
Up Center Down
You Up {{Constants.Up_up_amount}}, {{Constants.up_Up_amount}} {{Constants.Up_center_amount}}, {{Constants.center_Up_amount}} {{Constants.Up_down_amount}}, {{Constants.down_Up_amount}}
Center {{Constants.Center_up_amount}}, {{Constants.up_Center_amount}} {{Constants.center_amount}}, {{Constants.center_amount}} {{Constants.Center_down_amount}}, {{Constants.down_Center_amount}}
Down {{Constants.Down_up_amount}}, {{Constants.up_Down_amount}} {{Constants.Down_center_amount}}, {{Constants.center_Down_amount}} {{Constants.Down_down_amount}}, {{Constants.down_Down_amount}}