{% 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 task.

Question 1:

{% formfield player.quiz_1 with label="How many Persons are involved in the group task?" %}

Question 2:

{% formfield player.quiz_2 with label="How many points does each group member start with?" %}

Question 3:

{% formfield player.quiz_3 with label="What happens when none of the group members gives up 4 points for the group?" %}

Question 4:

{% formfield player.quiz_4 with label="What happens when at least one of the group members gives up 4 points for the group?" %}

{% next_button %} {% endblock %}