{% 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 }} hypothetical 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. You are asked to indicate which of the lottery you would prefer to play if real money would be paid out. {% endblocktrans %}