{% 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 computer has randomly selected, for your payment, one of the 10 choices you made in the previous page {% endblocktrans %}
{% if Constants.accept_reject == True and Constants.variation != 'sure_payoff' %}

{% blocktrans trimmed with accept_reject=accept_reject %} As indicated above, you decided to {{ accept_reject }} this lottery. {% endblocktrans %}

{% else %}

{% blocktrans trimmed with option_to_pay=option_to_pay %} The choice selected by the computer is option {{ option_to_pay }}. {% endblocktrans %}

{% endif %} {% if option_to_pay == "A" %}

{% blocktrans trimmed %} Since option {{option_to_pay}} is still a lottery, you will need to flip a coin to determine the payment you will receive. {% endblocktrans %}

{% else %}

Therefore, you will receive a sure payoff which has been recorded and will be made known to you at the end of the study.

Please click next to continue. {% next_button %} {% endif %} {% endblock %}