{% extends "global/Base.html" %} {% load otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {{page_title}} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %} {% include 'snippets/Progressbar.html' %}

Below you see 100 boxes. All but one of these boxes contain money. One box contains a bomb.

You have to choose how many boxes you want to open. Your payoff is €{{box_value_BRET}} per opened box, but it is €0 if one of the opened boxes contains the bomb. You cannot click on the boxes. Type the number of boxes you want to open in the field below:

{% verbatim %}
check_box euro_symbol flash_on
{% endverbatim %} {% trans "No. of boxes collected:" %} {% verbatim %}
{% endverbatim %} {% trans "No. of boxes remaining:" %} {% verbatim %}
{% endverbatim %} {% next_button %} {% verbatim %}
{% endverbatim %} {% include 'snippets/InstructionsCounter.html' %} {% endblock %}