{{ block title }} Part 2 {{ endblock }} {{ block content }}

For your first prediction, please guess in which of the {{if player.treatment == "T1" or player.treatment == "T1_B"}} 13 {{else}} 10 {{endif}} intervals below a transfer made by Person B would lie:

At the end of this session, the computer will calculate the average amount transferred by all Person Bs in this session. If the average lies in the interval you selected and this is your decision-that-counts, you will earn CZK 200 in additional payment.

{{if player.treatment == "T1" or player.treatment == "T1_B"}}
Person B takes money from Person A -75 to -50
-49 to -25
-24 to -1
Person B gives money to Person A 0 to +25
+26 to +50
+51 to +75
+76 to +100
+101 to +125
+126 to +150
+151 to +175
+176 to +200
+201 to +225
+226 to +250
{{else}}
Person B earns more than Person A 0 to +25
+26 to +50
+51 to +75
+76 to +100
+101 to +125
Person B earns less than Person A +126 to +150
+151 to +175
+176 to +200
+201 to +225
+226 to +250
{{endif}}
{{ endblock }}