{% extends "global/Page.html" %} {% load otree static %} {% block title %} Quiz {% endblock %} {% block content %}
This is a quiz to test your understanding on the information previously shown to you.
Please read the following instructions carefully and select the correct option.
We will only proceed when everyone has answered the questions correctly.
{% formfield player.quiz1 label="At the end of each round, how much do you earn if you have both A unit and B unit functioning?" %} {% formfield player.quiz2 label="Out of all rounds played, your payoff is decided randomly from __ rounds." %} {% formfield player.quiz3 label="During each round, if you choose to donate your __ unit, they will be donated to participants in need only if your __ unit fails." %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}