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

Round 5 of 5

{% if question_chosen > 33 %} {% if my_page_timeout_seconds == 15 %} {% if baper15 > number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session solved {{baper15}} games under the same time limit.

You solved fewer games than this participant. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if baper15 < number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session solved {{baper15}} games under the same time limit.

You solved more games than this participant. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if baper15 == number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session also solved {{baper15}} games under the same time limit.
{% if payoff_competition == 10 %}
You solved the same number of games as this participant. The computer randomly selected you as the winner. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if payoff_competition == 0 %}
You solved the same number of games as this participant. The computer randomly selected the other participant as the winner. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% endif %} {% endif %} {% if my_page_timeout_seconds == 25 %} {% if baper25 > number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session solved {{baper25}} games under the same time limit.

You solved fewer games than this participant. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if baper25 < number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session solved {{baper25}} games under the same time limit.

You solved more games than this participant. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if baper25 == number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session also solved {{baper25}} games under the same time limit.
{% if payoff_competition == 10 %}
You solved the same number of games as this participant. The computer randomly selected you as the winner. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if payoff_competition == 0 %}
You solved the same number of games as this participant. The computer randomly selected the other participant as the winner. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% endif %} {% endif %} {% if my_page_timeout_seconds == 60 %} {% if baper60 > number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session solved {{baper60}} games under the same time limit.

You solved fewer games than this participant. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if baper60 < number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session solved {{baper60}} games under the same time limit.

You solved more games than this participant. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if baper60 == number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session also solved {{baper60}} games under the same time limit.
{% if payoff_competition == 10 %}
You solved the same number of games as this participant. The computer randomly selected you as the winner. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if payoff_competition == 0 %}
You solved the same number of games as this participant. The computer randomly selected the other participant as the winner. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% endif %} {% endif %} {% if my_page_timeout_seconds == 300 %} {% if baper300 > number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session solved {{baper300}} games under the same time limit.

You solved fewer games than this participant. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if baper300 < number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session solved {{baper300}} games under no time limit.

You solved more games than this participant. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if baper300 == number_correct %} You have now finished all the games in Round 5. You solved in total {{number_correct|floatformat:0}} games.

Another participant who participated in a previous session also solved {{baper300}} games under no time limit.
{% if payoff_competition == 10 %}
You solved the same number of games as this participant. The computer randomly selected you as the winner. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% if payoff_competition == 0 %}
You solved the same number of games as this participant. The computer randomly selected the other participant as the winner. Therefore you earn €{{payoff_competition|floatformat:2}} in this round.

Please press "Next" to continue. {% endif %} {% endif %} {% endif %} {% endif %} {% if question_chosen < 34 %} You have now finished all rounds.

Please press "Next" to continue. {% endif %}


{% next_button %}
{% endblock %}