{% extends "global/Page.html" %} {% load otree static %} {% block title %} Mathematical Summation Question – Round {{ player.round_number }} {% endblock %} {% block content %} {% if player.round_number == 7 %}

This is a practice question. It is not used for payment.

{% else %}

This is a paying question.

{% endif %}

Please solve the following addition problem:

{{ num1 }} + {{ num2 }} = ?

{{ formfield 'user_sum' }}

Correct answers in the paying questions earn you {{ pay_slow }} €. If you answer correctly in under {{ threshold }} seconds, you earn {{ pay_fast }} €.

{% if correct_so_far > 0 %}

So far you have answered {{ correct_so_far }} math question(s) correctly.

{% endif %} {{ next_button }} {% include "thesis_exp_main_task/_music_snippet.html" %} {% endblock %}