{% extends "global/Page.html" %} {% block title %}Cooperation Game{% endblock %} {% block content %}

This is round {{ player.round_number }} 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 == 3 %} 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 %}

Cooperation Game
Player 2
Left Right
Player 1
Left 7, 7 0, 0
Right 0, 0 7, 7

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