{% extends "global/Page.html" %} {% load otree static %} {% block title %} Quiz {% endblock %} {% block content %}
True or False: If my computer announcement is X, then the other participants’ announcement is Y.
You answered: {{ player.q3 }}
{% if player.q3 == "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 %}