{% extends "global/Page.html" %} {% load otree static %} {% block title %} Decision Page (Round {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block content %}
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)


Please choose which action you would like to take. As a reminder, your possible actions are listed along the left hand side of the table, while the other participant's actions are listed along the top of the table. {% formfield player.strategy label="Please select which action you would like to take" %} {% next_button %} {% endblock %}