{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Quiz {% endblock %} {% block content %}

Below are a number of questions to check whether you understood the rules of the common resource task.

Question 1:

{% formfield player.quiz_1 with label="How many participants are involved in the common resource task?" %}

Question 2:

{% formfield player.quiz_2 with label="How many rounds does the common resource task consist of?" %}

Question 3:

{% formfield player.quiz_3 with label="How many points do you earn if the two of you take less points than available in the common resource?" %}

Question 4:

{% formfield player.quiz_4 with label="How many points do you earn if the two of you take more points than available in the common resource?" %}

{% next_button %} {% endblock %}