{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Results" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{% blocktrans trimmed %} The following decision was randomly chosen for your payment: {% endblocktrans %}

{% blocktrans trimmed %} Your choice: {% endblocktrans %}
{% if Constants.indifference == True %} {% endif %}
{% trans "Option A:" %} {% with hi=hi lo=lo p_hi=p_hi p_lo=p_lo %} {% blocktrans trimmed %} a {{ p_hi }} chance of winning {{ hi }} and
a {{ p_lo }} chance of winning {{ lo }} {% endblocktrans %} {% endwith %}
{% if Constants.buttons == True %} {% if option_to_pay == 'A' %} {% else %} {% endif %} {% else %} {% if option_to_pay == 'A' %} {% else %} {% endif %} {% endif %}
{% trans "Option B:" %} {% with sure_payoff=sure_payoff %} {% blocktrans trimmed %} an amount of {{ sure_payoff }} as a sure payment {% endblocktrans %} {% endwith %} {% if Constants.buttons == True %} {% if option_to_pay == 'B' %} {% else %} {% endif %} {% else %} {% if option_to_pay == 'B' %} {% else %} {% endif %} {% endif %}
{% with sure_payoff=sure_payoff %} {% blocktrans trimmed %} I'm indifferent between Option A and Option B {% endblocktrans %} {% endwith %} {% if Constants.buttons == True %} {% if option_to_pay == 'I' %} {% else %} {% endif %} {% else %} {% if option_to_pay == 'I' %} {% else %} {% endif %} {% endif %}

{% if option_to_pay == 'I' %} {% blocktrans trimmed with payoff_relevant=payoff_relevant %} As indicated above, you stated to be indifferent between "Option A" and "Option B" in this choice. "Option {{ payoff_relevant }}" was randomly chosen to determine your payment. {% endblocktrans %}
{% else %} {% blocktrans trimmed with option_to_pay=option_to_pay %} As indicated above, you decided for "Option {{ option_to_pay }}" in this choice. {% endblocktrans %}
{% endif %} {% if payoff_relevant == "A" %}
{% blocktrans trimmed %} For "Option A", one of the two possible outcomes has been randomly realized based on the corresponding probabilities. {% endblocktrans %} {% endif %}
{% blocktrans trimmed with payoff=payoff %} Your payoff in this task equals {{ payoff }}. {% endblocktrans %}
{% next_button %} {% endblock %}