{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Instructions for the Post-Experimental Task 2
{% endblock %}
{% block content %}
You are endowed with £2. You can choose to invest any integer amount between £0 and £2 in a risky project.
Money that are not invested in the risky project are yours to keep.
The risky project has a 50% chance of success.
If the project is successful, you will receive 3 times the amount you chose to invest.
If the project is unsuccessful, you will lose the amount invested.
Please choose the amount you would like to invest in the risky project.
Note that you can choose any integer amount between £0 and £2.
{% next_button %}
{% endblock %}