{% extends "global/Page.html" %} {% load static otree %} {% load i18n %} {% block styles %} {% endblock %} {% block title %} Part 3 – Quiz {% endblock %} {% block content %}

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

Which box do you prefer?
Choice U
($5: ?%, $0: ?%)
Choice K
($5: 75%, $0: 25%)

Question 1
Let’s assume you have chosen Indifferent in the example task above, for which the winning condition is that the drawn ball is purple. Further assume this example task was selected for payment and the ball drawn was purple. {% formfield player.q1a %} {% formfield player.q1b %}

Question 2
Let’s now assume you have chosen Box K in the last round of the example task above, for which the winning condition is again that the drawn ball is purple. Further assume this example task was selected for payment. {% formfield player.q2 %}

{% endblock %} {% block scripts %} {% endblock %}