{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instructions {% endblock %} {% block content %} {% if subsession.round_number == 1 %}
In the next few pages you will be asked some questions about the payoff structure. You have to give atleast 4 correct answers to continue to the actual experiment.
For the average question, the sixth digit represents the total number of cells with payoff 1.
{% else %}For the cell question, the correct answer is 1 if the solution to the problem is above the cutoff value. Otherwise the correct answer is 0.
For the average question, the sixth digit represents the total number of cells with payoff 1.
{% endif %}Press the next button to start the quiz.
{% next_button %} {% endblock %}