{% extends "global/Page.html" %} {% load otree %} {% block title %} Payment details {% endblock %} {% block content %} {{ if session.config.dev_mode }} {{ endif }}

This study consists of one main task which determines your payment as follows. You will receive a base payment of ${{ base_payment }} but we will subtract a penalty. You start with a penalty of ${{ C.END_VALUE }}. You can reduce the penalty by opening boxes. Each box contains an unknown penalty amount between ${{ C.START_VALUE }} and ${{ C.END_VALUE }} that could replace your original penalty.

There are boxes overall. Don't worry, you do not have to open all of them! The following figure shows you how many of these boxes contain each penalty amount between ${{ C.START_VALUE }} and ${{ C.END_VALUE }}.

Move your mouse over the figure

You will see these boxes in random order. Each time you see a new box, you will decide whether you want to open it or end the task.

If you open the box, the penalty amount inside will be revealed after a delay of {{ C.DELAY }} seconds.

Most importantly, if you end the task, your penalty will correspond to the smallest penalty amount in any of the boxes you have opened.

When you are ready, click "Next" to answer some a few understanding questions to make sure everything is clear to you.

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