{% extends "global/Page.html" %} {% load otree static %} {% block title %} Repeated risks in your bonus task {% endblock %} {% block content %}
{{ form.compQ_3.errors }} {{ form.compQ_4.errors }}

Taking the same single risk over money repeatedly (up to five times) works as before: Each single risk is resolved using a coin toss. If you win the coin toss, your accumulated earnings increase by W = {{upTick}}. If you lose, your accumulated earnings decrease by L = {{upTick}}.

Please resolve the single risk – taken repeatedly – at least five times.

We depict repeated risks using the ball triangle on the right. You start at the left-most ball. If you take the first single risk and win, you move one step up and to the right; if you take the first single risk and lose, you move one step down and to the right, and so on: whenever you win a single risk, you move up; whenever you lose, you move down.

The various balls therefore represent your accumulated earnings. Please hover your mouse over the balls to see the accumulated earnings at each ball.

Before we proceed, please answer the following questions:
{% if testing %} {% endif %} {% endblock %}