{% load otree %}

If Part 2 is chosen to count and you end up completing the 50-box bonus task, you will start with a tentative {{ participant.valence }} of {{ if participant.valence == 'bonus' }}${{ C.START_VALUE }}{{ else}}${{ C.END_VALUE}}{{ endif}}, just like in Part 1.

Differently from part 1, you will then open exactly {{ C.NUM_FORCED_OPEN }} of the boxes in random order without the option to end the task earlier or later.

Each time you open a box, you will have to wait {{ C.DELAY }} seconds for the {{ participant.valence }} inside to be revealed.

You then decide if you want to:

  1. Keep your current tentative {{ participant.valence }}.
  2. OR
  3. Replace your current tentative {{ participant.valence }} with the {{ participant.valence }} inside the box.

We will record your final {{ participant.valence }} after you open all {{ C.NUM_FORCED_OPEN }} boxes. If Part 2 is chosen to count and you end up completing the {{ C.NUM_FORCED_OPEN }}-box {{ participant.valence }} task, we will {{ if participant.valence == 'bonus' }}add{{ else}}take away{{ endif}} this final {{ participant.valence }} {{ if participant.valence == 'bonus' }}to{{ else}}from{{ endif}} your balance from this study.