{{ block title }}
Decision-making task: Round {{ round }} out of {{ C.NUM_ROUNDS_PART_B }}
{{ endblock }} {{ block content }}

Allocate points to the BLUE or RED account.

Maximal number of BLUE points: {{ player.intercept_BLUE }}

Maximal number of RED points: {{ player.intercept_RED }}

Exchange rate of RED to BLUE points: {{ player.intercept_RED }}/{{ player.intercept_BLUE }} (approximately {{ price }}).
That is, one point assigned to the BLUE account is exchanged for {{ player.intercept_RED }}/{{ player.intercept_BLUE }} (approximately {{ price }}) points assigned to the RED account.

Payoff: Once you commit to your choice, the computer will randomly select one of the accounts (BLUE or RED) with equal probability (50/50). Your payoff will be equal to the number of points allocated to the account that was selected.


BLUE

N/A

RED

N/A


{{ next_button }}
{{ endblock }}