{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task 2 {% endblock %} {% block content %} This next task will ask you and another participant to select an action. This task will last for {{ Constants.num_rounds }} rounds. You will complete the same task for {{ Constants.num_rounds }} rounds. After each round, you will be randomly rematched with a new, other participant.

Each round you will be presented with a table. The table used today for this task is presented below.

Other's actions 1 2 3 4 5 6 7
Your actions
1 (12,12) (21,1) (11,11) (11,11) (11,11) (11,11) (0,11)
2 (1,21) (11,11) (21,1) (11,11) (11,11) (11,11) (11,11)
3 (11,11) (1,21) (11,11) (21,1) (11,11) (11,11) (11,11)
4 (11,11) (11,11) (1,21) (11,11) (21,1) (21,1) (21,1)
5 (11,11) (11,11) (11,11) (1,21) (11,11) (11,11) (11,11)
6 (11,11) (11,11) (11,11) (1,21) (11,11) (11,11) (11,11)
7 (11,0) (11,11) (11,11) (1,21) (11,11) (11,11) (0,0)


The actions available to you in this task will be presented along the left hand side of this table and the other participants possible actions will be listed along the top of the table. The payoff you receive in each round depends both on your action as well as the action the other participant picks.

The rest of this table is made of a series of cells. These cells correspond with the pair of actions taken by you and the other participant. For instance, if you picked action "4" and the other participant picked action "3", the cell corresponding to the actions you and the other participant took would lie on the 4th row and 3rd column of the table.

Inside each cell is listed a pair of numbers formatted in a manner of (x,y). This represents the payoffs you and the other participant would receive from the pair of actions for that cell, with x being your payoff for this round and y being the other participant's payoff. In the example above where you had picked action "4" and the other participant picked action "3", you would have received 1 point for this round and the other participant would receive 21 points for this round.

After you select which action you would like to take, click the "next" button on that page. Once both you and the other participant have selected an action, a results screen will display which actions you and the other participant took as well as your payoff for that round.

You will be paid the value of all points earned for this task. Points earned in this task will be converted to USD at a rate of 80 points = 1 USD

Please click the button below to proceed to Task 2.

{% next_button %} {% endblock %}