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

Before informed of the final payoff, you are asked to finish a questionnaire. The questionnaire is composed of several parts.

Part 1 Collecting boxes task

You will see a field composed of 100 numbered boxes on the screen.

You earn $0.01 for every box that is collected. Every second a box is collected, starting from the top-left corner. Once collected, the box disappears from the screen and your earnings are updated accordingly. At any moment you can see the amount earned up to that point.

Such earnings are only potential, however, because behind one of these boxes hides a time bomb that destroys everything that has been collected.

You do not know where this time bomb lies. You only know that the time bomb can be in any place with equal probability. Moreover, even if you collect the time bomb, you will not know it until the end of the experiment.

Your task is to choose when to stop the collecting process. You do so by hitting “Stop” at any time.

At the end of the experiment we will randomly determine the number of the box containing the time bomb by means of a bag containing 100 numbered tokens.

If you happen to have collected the box where the time bomb is located, you will earn zero. If the time bomb is located in a box that you did not collect you will earn the amount of money accumulated when hitting “Stop”. After hitting 'Stop',please write down the collected boxes number of the 'INFORMATION' boxes into the blank.

The money earned in this simple task will be an additional bonus added to your final payoff. You will be informed of the earning in this part at the end of the questionnaire.

{% next_button %} {% endblock %}