{% extends "global/Page.html" %} {% block title %}Investment Task{% endblock %} {% block content %}
 

At this page, you are able to choose a portion of the reward that you earned during the experiment (but not more than {{ C.MAX_INVESTMENT }}) and invest it in a risky option.

If the investment is successful, you receive 2.5 times the amount you chose to invest; if the investment is unsuccessful, you lose the amount invested. The probability that the investment is successful is 50% and, therefore, the probability that the investment is unsuccessful is also 50%.

Please choose the amount you want to invest by moving the slider.

{% next_button %} {% endblock %}