{% 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 Sellers are involved in the group task?" %}
Question 2:
{% formfield player.quiz_2 with label="How many rounds does the group task consist of?" %}
Question 3:
{% formfield player.quiz_3 with label="What happens when the Sellers together ask for more points than the Buyer wants to pay?" %}
Question 4:
{% formfield player.quiz_4 with label="What happens if the Buyer offers more points than the Sellers together request for their lottery tickets?" %}
{% next_button %} {% endblock %}