{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Part I Instruction" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{% blocktrans trimmed with n=Constants.num_choices_3 %}
There are two parts of the experiment. If you finish the whole experiment, your total payoff will
include the payoff from each part of the experiment plus the participation fee.
{% endblocktrans %}
{% blocktrans trimmed with n=Constants.num_choices_3 %}
This is Part One. You will see a decision choice with two options: Option A (on the left) and
Option B (on the right). Option A is a gamble and Option B is a sure payoff. You will choose one of
the options that you prefer. If you chose Option A, your payoff will be randomly
determined by the computer according to the gamble. If you chose Option B, your earning will
be a sure payoff.
{% endblocktrans %}
{% blocktrans trimmed with n=Constants.num_choices_3 %} There is only one decision choice in Part One and you will get paid from this decision choice at the end of the experiment today. {% endblocktrans %}