{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Results" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{% 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 %}
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 %}