{% 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 Red type. If you choose Y, one other chooses Y, and two others choose X, how many points will you get?

You answered: {{ player.q9 }}

{% if player.q9 == 3 %}

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 %}