{% extends "global/Page.html" %} {% load otree static %} {% block title %} Lottery-style Investment Game – Instructions {% endblock %} {% block content %}
In this part of the experiment, you will make investment decisions. In each round you receive {{ endowment }} coins, which you can allocate between two assets:
For each round, you decide how many coins you want to invest in Asset A. The remaining coins are automatically invested in Asset B.
The first round is a practice round. It is there to help you understand the task and will not be used for payment.
After the practice round, you will play five paying rounds. One of these paying rounds will be randomly selected at the end of the experiment. The tokens you earn in that round will be converted into real money at a rate of 5% and paid to you in cash.
The exact returns in each paying round may differ, but the basic structure is always the same:
In the first scenario (including the practice round), the returns are for example:
On the next screen you will see the first (practice) scenario.
{% if participant.vars.treatment != 'no_music' %}Please be aware that, from the next round onward, depending on your assigned group, you may hear background music. If you hear music, it will play continuously until you finish the math task.
{% endif %} {{ next_button }} {% endblock %}