{% extends "global/Page.html" %} {% load otree %} {% block title %}Predict Returns for Each Pairing{% endblock %} {% block content %}

Below there are four pairings between a second row participant and a third row participant, shown in random order. Within the four pairings, there are two separate groups. Each group has a high-performing third-row participant and a low performing third-row participant (based on an effort-based task). In one group, the third-row participant knows their performance outcome, and in the other group, the third-row participant does not know their performance outcome (as stated below for each pair).

For each pair below, enter how much you think the third row participant will return. One pairing will be randomly chosen for payment. Your bonus depends on how close your prediction is to the actual return.

{% for item in items %}
Pair {{ item.display_index }} — Third-Row Participant was a {% if item.slot == 1 %}Top performer{% else %}Bottom performer{% endif %}
{% endfor %}
{{ next_button }}
{% endblock %}