{% 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: At the end of the experiment, I will be paid my earnings in points from two randomly-chosen rounds at an exchange rate of {{ exchange_rate }} per point.
You answered: {{ player.q10 }}
{% if player.q10 == "True" %}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 %}