{% extends "global/Page.html" %} {% load otree static %} {% block title %} Quiz {% endblock %} {% block content %}
These questions will test your understanding of the instructions for this experiment.
{% formfield player.q4a label="What is the chance (in percent) that you get an announcement of X?" %} {% formfield player.q4b label="What is the chance (in percent) that you get an announcement of Y?" %}Click the "Next" button when you are ready to submit your answers.
Make sure all your answers are correct before clicking the "Next" button.
{% next_button %} {% endblock %} {% block app_styles %} {% endblock %}