{% 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.
Suppose you are a Blue type. If you choose Y, two others choose Y, and one other chooses X, how many points will you get?
You answered: {{ player.q7 }}
{% if player.q7 == 18 %}You are correct!
Click the "Next" button when you are ready to continue.
{% next_button %} {% else %}You are incorrect!
{% endif %} {% endblock %} {% block app_styles %} {% endblock %}