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

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

{% trans "Option A" %}
{% trans "Your Choice" %}
A B
{% trans "Option B" %}
€8 with a probability of 40%
or
€2 with a probability of 60%.
€7 guaranteed
€6.50 guaranteed
€6 guaranteed
€5.50 guaranteed
€5 guaranteed
€4.50 guaranteed
€4 guaranteed
€3.50 guaranteed


Question 1
Suppose the computer has chosen the decision in row 2 for payment and you chose the guaranteed option (Option B) in that row
€8 with a probability of 40% or
€2 with a probability of 60%.
€6.50 guaranteed
{% formfield player.q1 %}

Question 2
Suppose the computer has chosen the decision in row 8 for payment and you chose the guaranteed option (Option A) in that row
€8 with a probability of 40% or
€2 with a probability of 60%.
€3.50 guaranteed
{% formfield player.q2 %}

{% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {# ********************************************************* #} {# *** Disable mouse and keyboard scrolling for input variables *** #} {# ********************************************************* #} {% endblock %}