{% extends "global/Page.html" %} {% load otree static %} {% block content %} Below you find the payoff Matrix of a prisoners Dilemma.
Other Player | You | ||
Cooperate | Defect | ||
Cooperate | {{ Constants.payoff_both_cooperate }} , {{ Constants.payoff_both_cooperate }} | {{ Constants.payoff_cooperate_defect_low }} , {{ Constants.payoff_cooperate_defect_high }} | |
Defect | {{ Constants.payoff_cooperate_defect_high }} , {{ Constants.payoff_cooperate_defect_low }} | {{ Constants.payoff_both_defect }} , {{ Constants.payoff_both_defect }} |