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

Please take the balls from the bucket in the middle and place them into the blue and yellow buckets by using the buttons below.

For each ball you put in the blue bucket, you will receive {{ Constants.points_a|cu }}, and for each ball you put in the yellow bucket, you will receive {{ Constants.points_b|cu }}. The rule is to put the balls in the blue bucket.





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