{% extends "global/Page.html" %} {% block title %}Prisoner's Dilemma{% endblock %} {% block content %}

This is the first round of the Bonus Point Game Series! You will be randomly paired with another of your classmates. You are Player {{ player.id_in_group }}. Consider the payoff matrix below carefully before making your choice.

{% if player.round_number == 1 %} In this round, you are not allowed to speak or communicate with your classmates in any way. Please make your choice and wait for further instructions. {% else %} In this round, you are able to communicate with your classmates. Of course, its a little more complicated because you don't know which of your classmates you are paired with, but you may still try to coordinate. When you are ready, please make your decision. {% endif %}

Prisoner's Dilemma

Player 2
Cooperate Dont Cooperate
Player 1
Cooperate 10, 10 2, 12
Dont Cooperate 12, 2 5, 5

{% formfields %} {% next_button %} {% endblock %}