{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Question 1
{% endblock %}
{% block content %}
You are presented with two options. The first option yields a loss of 2 EUR with certainty, while the second option yields a loss of X EUR with probability 50% and 0 EUR with probability 50%. What amount of X would make you indifferent between
the two options? You can use decimals (ex. 3.2, 3.5, 5.1, etc).
{% formfields %}
{% next_button %}
{% endblock %}