{% extends "floodgame/Page.html" %} {% load staticfiles otree_tags %} {% block title %} {{page_title}} {% endblock %} {% block content %} {% include 'snippets/Progressbar.html' %}

For each of the rows below we ask you to choose between two lotteries: option A or option B. Please select the option you prefer. You can only switch once from option A to option B.

For this task you are endowed with €{{Constants.endowment_loss_str}}. As the payoffs are negative, we will subtract the outcome of a randomly selected row from that endowment.

{#
#} {% for amount in vars_for_risk3 %} {% endfor %}
Option A
Option B
50% chance of €{{ amount.0 }} and 50% chance of € {{ amount.1 }}    50% chance of € {{ amount.2 }} and 50% chance of €{{ amount.3 }}
{#
#} {{ form.errors }} {% include 'snippets/InstructionsCounter.html' %} {% endblock %} {% block scripts %} {% endblock %}