{% extends "global/Base.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Instructions" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}

In this part of the experiment, you will see a {{ num_rows }}x{{ num_cols }}-matrix containing {{ num_boxes }} boxes on your screen, shown as below. You can earn points by collecting boxes.

Behind one of the boxes hides a bomb that destroys everything you collect. The remaining {{ num_nobomb }} boxes are worth {{ box_value }} points each. You do not know where the bomb is located, and the bomb can be in any place equally likely.

Your task is to choose the box you want to collect. When you are done, click the 'Check' button. A dollar sign or a bomb sign will be shown on each of your collected boxes.

If you does not collect the bomb, you gain the amount accumulated that far. If you collect the box where the bomb is located, the bomb will explode and you will earn zero.

You will play the game for {{ Constants.num_rounds }} rounds. One round will be randomly chosen at the end to determine your payoff.

{% endblock %}