{% 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.
True or False: I can see what others have chosen before choosing X or Y.
You answered: {{ player.q5 }}
{% if player.q5 == "False" %}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 %}