{% 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 X and all others choose Y, how many points will you get?

You answered: {{ player.q8 }}

{% if player.q8 == 0 %}

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