{% 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 fixed
$6.50 fixed
$6 fixed
$5.50 fixed
$5 fixed
$4.50 fixed
$4 fixed
$3.50 fixed


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

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

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