{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 2: Game {{ player.match }}– Choose Your Rule {% endblock %} {% block styles %} {% endblock %} {% block content %}

The Payment Table

{% if complex_treatment %} {% else %} {% endif %} {% if complex_treatment %} {% else %} {% endif %}
Counterpart's Action
A B
Your Action A {{Constants.both_defect_payoff}}, {{Constants.both_defect_payoff}}{{Constants.betray_payoff}}, {{ Constants.betrayed_payoff_complex }}{{Constants.betray_payoff}}, {{ Constants.betrayed_payoff_simple }}
B{{ Constants.betrayed_payoff_complex }}, {{Constants.betray_payoff}}{{ Constants.betrayed_payoff_simple }}, {{Constants.betray_payoff}}{{Constants.both_cooperate_payoff}}, {{Constants.both_cooperate_payoff}}

The Rules Table

{% if complex_treatment %} {% if salience %} {% else %} {% endif %} {% if salience %} {% else %} {% endif %} {% if computation %} {% else %} {% endif %} {% if salience %} {% else %} {% endif %} {% if computation %} {% else %} {% endif %}
Counterpart's Rule
Always choose A In rounds 1, 2 and 3 choose B. After round 3: choose A if your counterpart chose A in all of the previous 3 rounds; otherwise choose BRule 1 Rule 2
Your Rule Always choose A Rule 1?, ? ?, ?{{Constants.AD_both}}, {{Constants.AD_both}} {{Constants.ADTF3T}}, {{ Constants.TF3TAD }}
In rounds 1, 2 and 3 choose B. After round 3: choose A if your counterpart chose A in all of the previous 3 rounds; otherwise choose B Rule 2?, ? ?, ?{{ Constants.TF3TAD }}, {{Constants.ADTF3T}} {{Constants.TF3T_both}}, {{Constants.TF3T_both}}
{% else %} {% if salience %} {% else %} {% endif %} {% if salience %} {% else %} {% endif %} {% if computation %} {% else %} {% endif %} {% if salience %} {% else %} {% endif %} {% if computation %} {% else %} {% endif %}
Counterpart's Rule
Always choose A In round 1 choose B. After round 1: choose whatever your counterpart chose last roundRule 1 Rule 2
Your Rule Always choose A Rule 1?, ? ?, ?{{Constants.AD_both}}, {{Constants.AD_both}} {{Constants.ADTFT}}, {{ Constants.TFTAD }}
In round 1 choose B. After round 1: choose whatever your counterpart chose last round Rule 2?, ? ?, ?{{ Constants.TFTAD }}, {{Constants.ADTFT}} {{Constants.TFT_both}}, {{Constants.TFT_both}}
{% endif %}

Please choose your rule and then click Submit.

{{ form.strategy.errors }} {% endblock %}