{% extends "global/Page.html" %} {% load otree %} {% block title %} Payoff Matrix {% endblock %} {% block content %} Below you find the payoff Matrix of a Prisoners' dilemma. In one cell, you will see two integers. The first integer corresponds to your payoff when the moves in the columns are executed. The second integer corresponds to the other player's payoff.
X Y
X 3, 3 0, 5
Y 5, 0 1, 1
{{ formfields }} {{ next_button }} {{ endblock }}