{% extends "global/Page.html" %} {% load otree static %} {% block title %} Mathematical Summation Exercise – Round {{ player.round_number }} {% endblock %} {% block content %} {% if player.round_number == 7 %}
This was a practice question. It does not count toward your payment.
{% else %}This was a paying question.
{% endif %} {% if correct %}Your answer was correct.
{% if player.round_number != 7 %} {% if player.time_spent < threshold %}You were fast ({{ time_spent_str }} seconds). You earn {{ pay_fast }} € for this question.
{% else %}Your time was {{ time_spent_str }} seconds. You earn {{ pay_slow }} € for this question.
{% endif %} {% endif %} {% else %}Your answer was incorrect.
You earn 0 € for this question.
{% endif %}Up to now you have answered {{ correct_so_far }} math question(s) correctly in this section.
{{ next_button }} {% include "thesis_exp_main_task/_music_snippet.html" %} {% endblock %}