{% 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) |