{% extends "floodgame/Page.html" %} {% load staticfiles otree_tags %} {% block title %} {{page_title}} {% endblock %} {% block content %} {% include 'snippets/Progressbar.html' %}
The decisions you made between option C and option D are listed below.
The computer has randomly selected the
{% if left_selected2 %} left {% else %} right {%endif%} column and row {{selected_row2}} for payment.
Option C |
Option D |
|||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 50% chance of | €{{ amount.0 }} | and 50% chance of | €{{amount.1}} | {% else %}50% chance of {% if forloop.counter == selected_row2 and left_selected2 and forloop.counter < player.switching_point_risk2%} | €{{ amount.0 }} | {% elif forloop.counter < player.switching_point_risk2%}€{{ amount.0 }} | {% else %}€{{ amount.0 }} | {% endif%}and 50% chance of {% if forloop.counter == selected_row2 and not left_selected2 and forloop.counter < player.switching_point_risk2%} | €{{ amount.1 }} | {% elif forloop.counter < player.switching_point_risk2%}€{{ amount.1 }} | {% else %}€{{ amount.1 }} | {% endif%} {% endif%}{% if forloop.counter >= player.switching_point_risk2 %} 50% chance of {% else %} 50% chance of {% endif%} | {% if forloop.counter == selected_row2 and left_selected2 and forloop.counter >= player.switching_point_risk2%}€{{ amount.2 }} | {% elif forloop.counter >= player.switching_point_risk2%}€{{ amount.2 }} | {% else %}€{{ amount.2 }} | {% endif%}{% if forloop.counter >= player.switching_point_risk2 %} and 50% chance of {% else %} and 50% chance of {% endif%} | {% if forloop.counter == selected_row2 and not left_selected2 and forloop.counter >= player.switching_point_risk2 %}€{{ amount.3 }} | {% else %}€{{ amount.3 }} | {% endif%}||
For this task you were endowed with €{{Constants.endowment_loss_str}}. Your payoff for the additional task thus: €{{payoff_risk2}}.