{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# *** STYLES *** #} {% block styles %} {% endblock %} {# *** TITLE *** #} {% block title %} {% trans "Instructions Part I" %} {% endblock %} {# *** CONTENT *** #} {% block content %}
{% blocktrans trimmed with p_hi=p_hi hi=hi p_lo=p_lo lo=lo %} In this first section, you will be asked to choose between a certain outcome (here on sure payment) and a risky outcome (here on lottery). The lottery gives you a {{ p_hi }} chance of receiving {{ hi }} and a {{ p_lo }} chance of receiving {{ lo }}. {% endblocktrans %} {% blocktrans trimmed with n=Constants.num_choices %} We will present to you {{ n }} different choices. While the lottery is the same in all choices, the sure payment will differ in every choice. {% endblocktrans %}
{% blocktrans trimmed with n=Constants.num_choices %} After completing all {{ n }} choices, one of the choices will be randomly picked to determine your payoff for this section. If you chose the lottery, a random draw will determine whether the high or low outcome will constitute your payoff; otherwise, the sure payment will constitute your payoff. {% endblocktrans %}