{% 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 start with a payment of ${{ C.START_VALUE }}. You can increase the payment by opening boxes. Each box contains an unknown payment amount between ${{ C.START_VALUE }} and ${{ C.END_VALUE }} that could replace your original payment.

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 payment 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 payment amount inside will be revealed after a delay of {{ C.DELAY }} seconds.

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

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

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