This app is a Bomb Risk Elicitation Task (Crosetto, 2013). The task is described to the participants before they have to take their decisions. Two versions of the task are available, the standard one (constant RESPONSIBILITYBRET set to False)and a version where earnings also accrue to another participant (RESPONSIBILITYBRET set to True).
In practice: How to make it run?
Download bombrisktask.zip from this repository
Places the files in your oTree project
Add the bombrisktask folder to your otree main folder
Add png files to your _static folder
Add the following configuration to the SESSION_CONFIGS list in your settings.py file:
dict(
name='bombrisktask',
display_name="Bomb Risk Elicitation Task with instructions",
app_sequence=['bombrisktask'],
num_demo_participants=1,
),