{% extends "global/Page.html" %} {% load otree static %} {% block title %} Information:
{% endblock %} {% block content %} {% if player.is_load %}

Additional task on Decision Screen 1

In the following rounds there will be an additional task with which you can earn a bonus. While you type in your choices, red numbers will appear and quickly disappear on the screen. Counting from 0, your task is to add up each number that appears until you make your decision and click “Next”.

If you sum the numbers correctly on the round selected for your bonus payment you will receive an additional $2 on top of your bonus.

Note: To make it easier for you to spot the number, it is shown on the left and right as in the example below. You only have to add this number once! In the example below, you would have to add 6 once to the sum of all previously shown numbers.

{% elif player.is_complex %}

In the following rounds the information (i) on the number of Bag A and Bag B cards in the deck and (ii) on the number of red and blue balls in bags A and B will be expressed as mathematical expressions. The scenarios will still be played out by the computer in exactly the way we described. An example is:

{% endif %}
{% next_button %}
{% endblock %}