{% extends "global/Page.html" %} {% load otree %} {% block title %}Let's go and get the promotion (i.e., Amazon voucher)!{% endblock %} {% block content %}
Problem {{ player.round_number }}
{{ this_periods_randoms.0 }} + {{ this_periods_randoms.1 }} + {{ this_periods_randoms.2 }} =
{{ this_periods_randoms.3 }} + {{ this_periods_randoms.4 }} + {{ this_periods_randoms.5 }} =
{% formfields %} {% next_button %}Here you can find the task explanation once again:
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)