{{ block title }} {{ endblock }} {{ block content }}

Round {{player.round_number}}


{{ if participant.treatment == 1 or participant.treatment == 2 }} {{ if player.num_acc == 1 }}

There is 1 account in this round

{{ else }}

There are 2 accounts in this round

{{endif}} {{ else}} {{ if player.num_acc == 2 }}

First, examine both accounts, then purchase your investments.

{{ else }}

Examine the account, then purchase your investments.

{{ endif}} {{ endif}} {{ if player.num_acc == 1 }}

Investment Account 1
  • You have {{ budgetAB }} ECU available in Account 1. Two assets are available for purchase: Asset A and Asset B
  • The price of Asset A is 1 ECU per unit
  • The price of Asset B is 1 ECU per unit
  • One unit in Asset A pays:
    • ${{ A_123 }} if the dice roll is 1, 2, or 3
    • ${{ A_456 }} if the dice roll is 4, 5, or 6
  • One unit in Asset B pays:
    • ${{ B_123 }} if the dice roll is 1, 2, or 3
    • ${{ B_456 }} if the dice roll is 4, 5, or 6

Use the slider below to indicate your asset purchase

Asset A

Asset B

{{else}}

Investment Account 1
    {{ if order_acc == 1 }}
  • You have {{ budgetAB }} ECU available in Account 1. Two assets are available for purchase: Asset A and Asset B
  • The price of Asset A is 1 ECU per unit
  • The price of Asset B is 1 ECU per unit
  • One unit in Asset A pays:
    • ${{ A_123 }} if the dice roll is 1, 2, or 3
    • ${{ A_456 }} if the dice roll is 4, 5, or 6
  • One unit in Asset B pays:
    • ${{ B_123 }} if the dice roll is 1, 2, or 3
    • ${{ B_456 }} if the dice roll is 4, 5, or 6
  • {{ else }}
  • You have {{ budgetCD }} ECU available in Account 1. Two assets are available for purchase: Asset A and Asset B
  • The price of Asset A is 1 ECU per unit
  • The price of Asset B is 1 ECU per unit
  • One unit in Asset A pays:
    • ${{ C_123 }} if the dice roll is 1, 2, or 3
    • ${{ C_456 }} if the dice roll is 4, 5, or 6
  • One unit in Asset B pays:
    • ${{ D_123 }} if the dice roll is 1, 2, or 3
    • ${{ D_456 }} if the dice roll is 4, 5, or 6
  • {{ endif }}

{{ if order_acc == 1 }} {{ else }} {{ endif }}

Use the slider below to indicate your asset purchase

Use the slider below to indicate your asset purchase

Asset A

Asset B

Investment Account 2
    {{ if order_acc == 1}}
  • You have {{ budgetCD }} ECU available in Account 2. Two assets are available for purchase: Asset C and Asset D
  • The price of Asset C is 1 ECU per unit
  • The price of Asset D is 1 ECU per unit
  • One unit in Asset C pays:
    • ${{ C_123 }} if the dice roll is 1, 2, or 3
    • ${{ C_456 }} if the dice roll is 4, 5, or 6
  • One unit in Asset D pays:
    • ${{ D_123 }} if the dice roll is 1, 2, or 3
    • ${{ D_456 }} if the dice roll is 4, 5, or 6
  • {{ else }}
  • You have {{ budgetAB }} ECU available in Account 2. Two assets are available for purchase: Asset C and Asset D
  • The price of Asset C is 1 ECU per unit
  • The price of Asset D is 1 ECU per unit
  • One unit in Asset C pays:
    • ${{ A_123 }} if the dice roll is 1, 2, or 3
    • ${{ A_456 }} if the dice roll is 4, 5, or 6
  • One unit in Asset D pays:
    • ${{ B_123 }} if the dice roll is 1, 2, or 3
    • ${{ B_456 }} if the dice roll is 4, 5, or 6
  • {{ endif }}

{{ if order_acc == 1 }} {{ else }} {{ endif }}

Use the slider below to indicate your asset purchase

Use the slider below to indicate your asset purchase

Asset C

Asset D

{{ endif }} {{ endblock }}