{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Earning More Money: Instructions" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{% blocktrans trimmed with n=Constants.num_choices %} In this section, you will be shown {{n}} scenarios in which you have to make a choice between taking a smaller amount of money for sure OR a larger amount of money where there is some risk that you end up not getting anything. {% endblocktrans %}
{% blocktrans trimmed with hi=lottery_hi lo=lottery_lo p=probability %} These differences are important.
Example: Consider the following two options: Option A: You get 250 KSH for sure. Option B: The computer flips a coin. You get 500 KSH if heads. If it lands on tails, you get nothing. {% endblocktrans %}{% blocktrans trimmed with n=Constants.num_choices %} After you have made all of your choices, ONLY ONE of the {{ n}} decisions will be randomly chosen for your payment. So make your best decision in every stage. {% endblocktrans %}