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

In the table below you see your payoffs for each of the scenarios, as card as the time preferences questions. We will now select one of these rows for payment. This is the amount of money that you will be paid if you are selected from all participants as a winner.

Note that each participant has an equal chance of being selected as a winner.
The computer will randomly select this person.

{% if selected_pref == 1 and selected_button != None%} {% else %} {% endif %} {% if selected_pref == 2 and selected_button != None%} {% else%} {% endif %} {% if selected_pref == 3 and selected_button != None%} {% else%} {% endif %} {% if selected_pref == 4 and selected_button != None %} {% else%} {% endif %} {% if selected_pref == 5 and selected_button != None %} {% else%} {% endif %} {% if selected_pref == 6 and selected_button != None %} {% else%} {% endif %} {% if selected_pref == 7 and selected_button != None %} {% else%} {% endif %}
Scenario Payment if you are selected as a winner
Scenario 1 {{payoff1}}
Scenario 2 {{payoff2}}
Scenario 3 {{payoff3}}
Scenario 4 {{payoff4}}
Scenario 5 {{payoff5}}
Scenario 6 {{payoff6}}
Time preferences {{payoff_time}}

{% include 'snippets/InstructionsCounter.html' %} {% endblock %}