{% extends "global/Page.html" %} {% load otree static %} {% block title %} White and black balls {% endblock %} {% block content %}

Your first task will be to instruct the computer about how to take a single risk repeatedly by "decoloring a ball triangle." Your decoloring options – white and black balls – instruct the computer as follows:

  • If a white ball (like ) is reached, the computer continues risk-taking.
  • If a black ball (like ) is reached, the computer stops risk-taking.

Your bonus for the decoloring task equals the accumulated earnings at the ball at which risk-taking (following your instructions) stops, plus an endowment. The endowment ensures that your bonus is always positive (but your accumulated earnings can be negative).

Please resolve the single risks below.

{% if testing %} {% endif %} {% endblock %}