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

Control Questions


Please consider the choice example below. Then answer the two questions at the bottom of the page.

Which lottery do you prefer?
The Lottery - Tomorrow or The Lottery - 8 weeks
which pays

$9.10 tomorrow if the coin shows head
or
$4.10 tomorrow if the coin shows tail.

which pays

$12.20 in 8 weeks if the coin shows head
or
$6.20 in 8 weeks if the coin shows tail.


1. Let’s assume you have chosen the Lottery - 8 weeks in the example above. Further assume this example choice was selected for payment and the outcome of the coin toss was head. {% formfield player.q1a_8w %} {% formfield player.q1b_8w %} {% formfield player.q2_8w %}
{# Buttons #}
{% endblock %}