{% load otree %}
Both tasks have a similar structure:
There are boxes in each task. In the {{ participant.valence }} task, each box contains a {{ participant.valence }} between ${{ C.START_VALUE }} and ${{ C.END_VALUE }}. In the {{ participant.anti_valence }} task, each box contains a {{ participant.anti_valence }} between ${{ C.START_VALUE }} and ${{ C.END_VALUE }}.
{{ if participant.valence == 'bonus' }} Your payment from the job will be larger the closer you get to finding the largest bonus (${{ C.END_VALUE}}) in the bonus task, and the closer the computer gets to finding the smallest penalty (${{ C.START_VALUE }}) in the penalty task. {{ else }} Your payment from the job will be larger the closer you get to finding the smallest penalty (${{ C.START_VALUE }}) in the penalty task, and the closer the computer gets to finding the largest bonus (${{ C.END_VALUE}}) in the bonus task. {{ endif }}
The graphs below show the number of boxes that contain each {{ participant.valence }} amount in the {{ participant.valence }} task, and each {{ participant.anti_valence }} amount in the {{ participant.anti_valence }} task.
{{ if participant.valence == 'bonus' }}Bonus task
Penalty task
Penalty task
Bonus task