Q1: You predicted that the average transfer of all Person Bs in this session would be CZK {{pvars.p2.decision1_A}}. The actual average transfer was CZK {{pvars.p2.average_of_b_number}}. Therefore you earn CZK {{pvars.p2.pay_1}}.
Q2: You predicted that the chance that a randomly selected Person B {{ if player.treatment == "T1" or player.treatment == "T1_B"}} takes from {{else}} gives more than CZK 50 to {{endif}} Person A is {{pvars.p2.decision2_A}}%. The computer randomly selected a Person B.
{{ if player.treatment == "T1" or player.treatment == "T1_B"}} {{ if pvars.p2.random_b_player_decision < 0}} This Person B did take. {{else}} This Person B did not take. {{endif}} {{else}} {{ if pvars.p2.random_b_player_decision > 50}} This Person B did give more than CZK 50. {{else}} This Person B did not give more than CZK 50. {{endif}} {{endif}} The two numbers randomly selected by the computer were {{pvars.p2.n1}} and {{pvars.p2.n2}}. {{if pvars.p2.correct_guess}} {{if pvars.p2.win_guess}} Since your guess was higher than at least one of these numbers you earn CZK 200. {{ else}} Since your guess was lower than or equal to both of these numbers you earn CZK 0. {{endif}} {{else}} {{ if pvars.p2.win_guess}} Since your guess was lower than at least one of these numbers you earn CZK 200. {{ else}} Since your guess was higher than or equal to both of these numbers you earn CZK 0. {{endif}} {{endif}}