{% load otree %}

There are boxes in the {{ participant.valence }} task. Each box contains a {{ participant.valence }} amount between ${{ C.START_VALUE }} and ${{ C.END_VALUE }}.

The closer you get to finding the {{ if participant.valence == 'bonus' }} largest bonus,{{ else}} smallest penalty,{{ endif }} the larger your balance will be after completing the {{ participant.valence }} task.

The graph below shows the number of boxes that contain each {{ participant.valence }} amount.

{{ if participant.valence == 'bonus' }}

Bonus task

Move your mouse over the figure


{{ else }}

Penalty task

Move your mouse over the figure

{{ endif }} {{ if participant.valence == 'bonus' }} {{ else }} {{ endif }}