{% 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.

What is the chance (in percent) that you get an announcement of X?

You answered: {{ player.q4a }}

What is the chance (in percent) that you get an announcement of Y?

You answered: {{ player.q4b }}

{% if player.q4a == 50 and player.q4b == 50 %}

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