{{ block title }} {{ if subsession.is_practice_round }} Practice round {{ subsession.round_number }} of {{ C.NUM_PRACTICE_ROUNDS }}: Introduction {{ else }} Round {{ subsession.real_round_number }} of {{ C.NUM_REAL_ROUNDS }}: Introduction {{ endif}} {{ endblock }} {{ block content }} {{ if player.round_number == 1 }}

Welcome to the game!

You are a {{ a }}. You will play {{ C.NUM_PRACTICE_ROUNDS }} practice rounds with a computerized player. The computerized player will make the decisions randomly. The following payoffs will be used during the practice rounds. The payoffs in practice round will not affect your earnings

{{ if b == 1 }}
{{ elif b == 2 }}
{{ elif b == 3 }}
{{ else }}
{{ endif }} {{ elif player.round_number != 1 and subsession.is_practice_round }}

Practice round {{ player.round_number }} is starting.

Your are {{ a }}.

{{ elif player.round_number == c1 }}

You completed the practice rounds.

Round 1 is now starting. From now, you are playing with other participants in your group. Your decisions thereafter will affect your earnings.

Your are {{ a }}. The following earnings will be used from round 1 to round 8.

{{ if b == 1 }}
{{ elif b == 2 }}
{{ elif b == 3 }}
{{ else }}
{{ endif }} {{ elif player.round_number == c2 }}

Round 9 is starting. Your are {{ a }}. The buyer's possible earnings are changed. The following earnings will be used from round 9 to round 16.

{{ if b == 1 }}
{{ elif b == 2 }}
{{ elif b == 3 }}
{{ else }}
{{ endif }} {{else}}

Round {{ subsession.real_round_number }} is starting. Your are {{ a }}. {{ endif }}

     

Click the button to proceed.

{{ next_button }} {{ endblock }}