{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Comprehension Questions {% endblock %} {% block content %}

Please answer the following comprehension questions.

Question 1 {% if player.q1_error %} ❌ {% endif %} {% formfield player.q1 label="Do your matching partners make any decisions in this part of the experiment?" %}

Consider the following decision situation.


You Other
Distribution X 330 870
Distribution Y 420 780

Suppose you choose Distribution Y.

Question 2 {% if player.q2_error %} ❌ {% endif %} {% formfield player.q2 label="How many points do you earn?" %} Question 3 {% if player.q3_error %} ❌ {% endif %} {% formfield player.q3 label="How many points does your matching partner earn?" %}
{% endblock %} {% block scripts %} {% endblock %}