{% extends "global/Page.html" %} {% load otree static %} {% block title %} Quiz {% endblock %} {% block content %}
True or False: I will be matched with the same participants in the other role in all {{ num_rounds }} rounds.
You answered: {{ player.q2 }}
{% if player.q2 == "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 %}