{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {# 增加以下使得彈窗文字左對齊 #} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {# Add this script to ensure the dates under instructions button works #} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{# ********************************* #} {# *** Seite 1 *** #} {# ********************************* #}

Quiz


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 - 4 weeks
which pays

€9.10 tomorrow if the coin shows head
ou
€4.10 tomorrow if the coin shows tail.

which pays

€12.20 in 4 weeks if the coin shows head
or
€6.20 in 4 weeks if the coin shows tail.


1. Let’s assume you have chosen the Lottery - 4 weeks in the example above. Further assume this example choice was selected for payment and the outcome of the coin toss was tail. {% formfield player.q1a %} {% formfield player.q1b %} {% formfield player.q2 %}
{# Buttons #}
{% endblock %}