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

Result

{% if player.correct == 1 %} {% if my_page_timeout_seconds == 300 %} You chose the correct answer for this game.

Your remaining payoff is £{{payoff1|floatformat:2}}.
{% else %} You chose the correct answer for this game.

Your remaining payoff is £{{payoff1|floatformat:2}}.
{% endif %} {% endif %} {% if player.correct == 0 %} {% if my_page_timeout_seconds == 300 %} You chose the wrong answer for this game.

Your remaining payoff is £{{payoff1|floatformat:2}}.
{% else %} You chose the wrong answer for this game.

Your remaining payoff is £{{payoff1|floatformat:2}}.
{% endif %} {% endif %} {% if player.correct == -1 %} {% if my_page_timeout_seconds == 300 %} You did not provide an answer for this game.

Your remaining payoff is £{{payoff1|floatformat:2}}.
{% else %} You did not provide an answer for this game.

Your remaining payoff is £{{payoff1|floatformat:2}}.
{% endif %} {% endif %} {% if subsession.round_number == 10 %}
Your additional payoff for this study is £{{payoff1|floatformat:2}}.
{% endif %}

Seconds left on this page:

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