{% load staticfiles otree %} {% block content %} {% if quiz_attempts > 0 %}

Provide your answers to the questions before clicking "Check my answers", and the answers that are incorrect will be marked in red. Check and correct the wrong answers before checking your answers again.

You have at most {{ quiz_minutes }} minutes {% if quiz_attempts > 0 %} and {{ quiz_attempts }} attempts {% endif %} in total to complete the quiz. Otherwise, you will not be able to participate in the rest of the experiment. Each time you click “Check my answer” will count as an attempt.

{% else %}

In order to proceed to the actual experiment and get paid, you have to get all the quiz quesitons correct within {{ quiz_minutes }} minutes.

{% endif %}

Answer the questions based on the following payoff table. Instructions to the experiment are given below.

{% include Constants.payoff_table %} {% endblock %}