{% extends "global/Page.html" %} {% load otree static %} {% block title %} Quiz {{ player.q_num }} of 3 {% endblock %} {% block content %}

To ensure that you understand the rules, please answer the questions below. If you answer any question incorrectly, you will be brought back to the Instructions page to review.

You choose the {{ row }} row and the other person chooses the {{ col }} column. {% formfield player.payoff_quiz label="What payoff do you receive?" %} {% formfield player.other_payoff_quiz label="What payoff does the other player receive?" %}
{% next_button %}
{% endblock %}