{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Instructions" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}

{% blocktrans trimmed with n=num_choices %} In the following, you'll face {{ n }} decisions listed on your screen. Each decision is a paired choice between "Option A" and "Option B". While the payoffs of the two options are fixed for all decisions, the chances of the high payoff for each option will vary. {% endblocktrans %}

{% blocktrans trimmed with n=num_choices %} After you have made all of your choices, one of the {{ n }} decisions will be randomly chosen for your payment. For the option you chose, A or B, in this decision, it will be randomly determined (according to the corresponding probabilities) whether the low or high outcome will constitute your payoff. {% endblocktrans %}

{% blocktrans trimmed with n=num_choices %} To summarize: You will make {{ n }} choices; for each decision you will have to choose between "Option A" and "Option B". You may choose A for some decision rows and B for other rows. When you are finished, one of the {{ n }} decisions will be randomly picked for your payoff. Then a random number will be drawn to determine your earnings for the option you chose in that decision. {% endblocktrans %}

{% next_button %} {% endblock %}