{{ extends "_static/global/Page.html" }}
{{ load otree static }}
{{ block title }}
{{ if player.practice == 1 }}
Practice Round {{ practice_round_number }} out of {{ C.NUM_PRACTICE_ROUNDS }}
{{ endif }}
{{ if player.practice == 0 }}
Round {{ payment_round_number }} out of {{ C.NUM_PAYMENT_ROUNDS }}
{{ endif }}
{{ endblock }}
{{ block scripts }}
{{ endblock }}
{{ block styles }}
{{ endblock }}
{{ block content }}
Asset's worth: {{ player.value | to0 }} points.
Your baseline points: {{ player.cost | to1 }}.
Opponent's baseline points: a random number between 0 and 100, all equally likely.
You will not know your opponent's baseline points and your opponent will not know your baseline points.
Which option do you choose?
| Option A: Asset's worth if opponent chooses Option B. | |
| Option B: Baseline points. |
What do you think is the probability that your opponent chooses each option:
In this practice round, you chose Option {{ if player.decision == 0 }}A{{ endif }}{{ if player.decision == 1}}B{{ endif }} and guessed that your opponent chose Option A with {{ belief_A | to1 }}% probability and Option B with {{ belief_B | to1 }}% probability.
Recall that only one round is selected for payment and, in that round, only either your choice or your guess counts toward your payment.
Click 'Next' to see your instructions for this study.