{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {% block styles %} {% endblock %} {% block title %} Decision Making Task Instructions {% endblock %} {% block content %} In this task, you will decide how to allocate 30 balls between two buckets. Your task is to put each ball, one-by-one, into one of the two buckets: the blue bucket or the orange 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 5 cents, and for each ball you put in the orange bucket, you will receive 10 cents.

The rule is to put the balls in the blue bucket.

Your payment for this part of the experiment will be based on the sum of the payments from the blue and orange buckets.


Press NEXT to start the task.

{% next_button %} {% endblock %}