{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}
{% if order == 1 %}
{% if subsession.round_number <= 10 %}
{% if subsession.round_number <= 10 %}
{% if time_spent < my_page_timeout_seconds %}
{% if player.correct == 1 %}
You chose the correct answer for Game {{game_number}}.
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% else %}
You chose the wrong answer for Game {{game_number}}.
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% endif %}
{% endif %}
{% if time_spent == my_page_timeout_seconds %}
{% if player.correct == 1 %}
You chose the correct answer for Game {{game_number}}.
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% else %}
You chose the wrong answer for Game {{game_number}} or you were too slow.
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% endif %}
{% endif %}
{% endif %}
{% if subsession.round_number == 10 %}
Your payoff for this round is £{{payoff1|floatformat:2}}.
{% endif %}
{% endif %}
{% if subsession.round_number > 10 %}
{% if subsession.round_number <= 20 %}
{% if player.correct == 1 %}
{% if time_spent > my_page_timeout_seconds %}
You solved Game {{game_number}} but you were too slow.
The time limit for this game was {{my_page_timeout_seconds|floatformat:0 }} seconds.
{% endif %}
{% if time_spent <= my_page_timeout_seconds %}
You solved Game {{game_number}} within the time limit.
The time limit for this game was {{my_page_timeout_seconds|floatformat:0 }} seconds.
{% endif %}
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% else %}
You chose the wrong answer for Game {{game_number}}.
The time limit for this game was {{my_page_timeout_seconds|floatformat:0 }} seconds.
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% endif %}
{% endif %}
{% if subsession.round_number == Constants.num_rounds %}
Your payoff for this round is £{{payoff1|floatformat:2}}.
{% endif %}
{% endif %}
{% endif %}
{% if order == 0 %}
{% if subsession.round_number <= 10 %}
{% if subsession.round_number <= 10 %}
{% if player.correct == 1 %}
{% if time_spent > my_page_timeout_seconds %}
You solved Game {{game_number}} but you were too slow.
The time limit for this game was {{my_page_timeout_seconds|floatformat:0 }} seconds.
{% endif %}
{% if time_spent <= my_page_timeout_seconds %}
You solved Game {{game_number}} within the time limit.
The time limit for this game was {{my_page_timeout_seconds|floatformat:0 }} seconds.
{% endif %}
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% else %}
You chose the wrong answer for Game {{game_number}}.
The time limit for this game was {{my_page_timeout_seconds|floatformat:0 }} seconds.
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% endif %}
{% endif %}
{% if subsession.round_number == 10 %}
Your payoff for this round is £{{payoff1|floatformat:2}}.
{% endif %}
{% endif %}
{% if subsession.round_number > 10 %}
{% if subsession.round_number <= 20 %}
{% if time_spent < my_page_timeout_seconds %}
{% if player.correct == 1 %}
You chose the correct answer for Game {{game_number}}.
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% else %}
You chose the wrong answer for Game {{game_number}}.
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% endif %}
{% endif %}
{% if time_spent == my_page_timeout_seconds %}
{% if player.correct == 1 %}
You chose the correct answer for Game {{game_number}}.
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% else %}
You chose the wrong answer for Game {{game_number}} or you were too slow.
Your remaining payoff is £{{payoff1|floatformat:2}}.
{% endif %}
{% endif %}
{% endif %}
{% if subsession.round_number == 20 %}
Your payoff for this round is £{{payoff1|floatformat:2}}.
{% endif %}
{% endif %}
{% endif %}
Seconds left on this page: