{% extends "global/Page.html" %} {% load otree static %} {% block title %} Part 3 {% endblock %} {% block content %}

Information:

In Part 3 of this study, you will decide how to allocate 20 balls between two buckets. Your task is to put each of the balls, one-by-one, into one of the two buckets: the blue bucket or the yellow bucket. The balls will appear in the center of your screen, and you can allocate each ball by clicking and dragging it to the bucket of your choice. For each ball you put in the blue bucket, you will receive {{player.RFT_blue_bonus}}, and for each ball you put in the yellow bucket, you will receive {{player.RFT_yellow_bonus}}.

According to the members of Group A, the rule is to put the balls into the blue bucket

Your payment from Part 3 will be based on your decisions: it is the sum of payments from the blue and yellow buckets. After you have completed the task, a "Continue" button will be displayed at the bottom of the page.

Remaining Balls: 20

£0.10

£0.05

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}