{% 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 you make any decisions in this experiment?" %}

Consider the following decision situation - from the perspective of your matching partner.

Reminder: "You" refers to your matching partner and "Other" refers to you.


You Other
Distribution X 330 870
Distribution Y 420 780

Suppose your matching partner chooses Distribution Y.

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