{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}
{% 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 %}