{% extends "global/Page.html" %} {% load otree static %} {% block title %} Quiz {% endblock %} {% block content %}
True or False: Once assigned to Red or Blue, I will remain Red or Blue for all {{ num_rounds }} rounds of the experiment.
You answered: {{ player.q1 }}
{% if player.q1 == "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 %}