In Part 1, {{ if player.treatment == "T1_B" or player.treatment == "T2_B"}} the computer randomly selected {{else}} {{ if player.type == "B"}} Person A {{else}} you {{endif}} chose {{endif}} Option A1.
{{if player.type == "B"}} Your {{else}} Person B’s {{endif}} choice in Part 1 is therefore not relevant for your earnings.
Including the participation fee,
{{ if player.type == "B"}}Your earnings from Part 1 are: CZK {{pvars.payoffs.p1_b}}
Person A’s earnings from Part 1 are: CZK {{pvars.payoffs.p1_a}}
{{endif}}
{{ if player.type == "A"}}
Your earnings from Part 1 are: CZK {{pvars.payoffs.p1_a}}
Person B’s earnings from Part 1 are: CZK {{pvars.payoffs.p1_b}}
{{ endif}}