{% extends "global/Page.html" %} {% block content %}

Question {{number}}

{{ question }}

{% for choice in choices %}
{% endfor %}

Payoffs for each combination of choices:

The Other Participant
Choice 1 Choice 2
You Choice 1 {{ Constants.PayoffCC }}, {{ Constants.PayoffCC }} {{ Constants.PayoffCD }}, {{ Constants.PayoffDC }}
Choice 2 {{ Constants.PayoffDC }}, {{ Constants.PayoffCD }} {{ Constants.PayoffDD }}, {{ Constants.PayoffDD }}

Rule for determining if match continues:

{% endblock %}