{% 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 puzzle-pieces task?" %}
Question 2:
{% formfield player.quiz_2 with label="How many rounds does the puzzle-pieces task consist of?" %}
Question 3:
{% formfield player.quiz_3 with label="How large is the monetary bonus that the Buyer will earn if he/she manages to buy the whole puzzle?" %}
Question 4:
{% formfield player.quiz_4 with label="What happens if the Buyer buys only one part of the puzzle (but does not manage to obtain the whole puzzle)?" %}
Question 5:
{% formfield player.quiz_5 with label="How much does a Seller earn if he/she manages to sell his/her part of the puzzle to the Buyer?" %}
Question 6:{% formfield player.quiz_6 with label="How much does a Seller earn if he/she does NOT manage to sell his/her part of the puzzle to the Buyer?" %}
{% next_button %} {% endblock %}