{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}

Practice Game {{roundnumber}}

{% if player.correct == 1 %} You chose the correct answer.
{% endif %} {% if player.correct == -1 %} You did not provide an answer.
{% endif %} {% if player.correct == 0 %} You chose an incorrect answer.
{% endif %}


{% next_button %}
{{ form.errors }} {% endblock %} {% block scripts %} {% endblock %}