{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Please answer the multiple choice questions below {% endblock %} {% block content %} This game has 4 players per group, with each player receiving 20 credits per round. All credits donated by the group to the collective pot will be multiplied by 1.4 and shared equally between all group members. In addition to these earnings from the group pot, you will keep any credits which you choose not to donate. You won't be required to complete calculations during the game, but an understanding of these may still be useful.

{% formfield player.Q1 label="If you and the other 3 participants each donate 10 credits to the pot, what would your take home pay for the round be?" %} {% formfield player.Q2 label="If you donated 20 credits to the pot, but the other 3 participants each donated 0, what would your take home pay for the round be?" %} {% formfield player.Q3 label="If you donated 0 credits to the pot, but the other 3 participants each donated 20, what would your take home pay for the round be?" %}

{% next_button %} {% endblock %}