{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Final Question (no consequences on your earnings)
{% endblock %}
{% block content %}
You are presented with two lotteries. The first lottery pays you 1.5 euro for certain, while the second lottery pays you X euro with probability 80% and 0 euro with probability 20%. What amount of X would make you indifferent between the two lotteries? You can use decimals (ex.: 2.2, 1.8, 1.6, 3.2, etc), and the number should be greater than 1.5 (realistically, it would not be normal to prefer getting 1.5 with probability 80% to getting 1.5 with probability 100%).
{% formfields %}
{% next_button %}
{% endblock %}