{% extends "global/Page.html" %} {% load otree %} {% block title %}Arithmetic task{% endblock %} {% block content %}

Every participant has the chance to win an Amazon voucher worth 30EUR. To qualify for the price, you will be asked to calculate simple math problems.

The test is open-ended, you can solve as many problems as you wish. If you want to end the test, you can do so at any time by simply typing "Yes" in the respective box.

Task explanation: Each problem will be given in the following format of two separate arithmetic exercises, such as:

8 + 7 + 1 =

4 + 2 + 9 =

If the upper answer is larger or equal to the lower answer, please subtract the lower from the upper.

Example:

8 + 7 + 1 = 16

4 + 2 + 9 = 15

--> Answer: 1 (16 - 15)

Conversely, if the lower answer is larger, please add the answers.

Example:

3 + 4 + 1 = 8

9 + 3 + 9 = 21

--> Answer: 29 (8 + 21)

You are allowed to use a pen and paper as well as a calculator if you want to.

{% next_button %} {% endblock %}