{% extends "global/Page.html" %} {% load otree static %} {% comment %} Instructions about general procedure of the Experiment {% endcomment %} {% comment %} All numbers are defined constants in models.py. Do not change parameters here, but in models.py {% endcomment %} {% block title %} Instructions {% endblock %} {% block content %}

Procedure of the Experiment

You are part of a group of {{Constants.players_per_group}} participants . The composition of your group remains the same throughout this experiment.

In this experiment you can earn money. The exact amount depends on your decisions, the decisions of the other participants and chance.

During the experiment, your income is first calculated in fitness points. The total points you score during the experiment will be converted into euros at the end of the experiment. The exact conversion rules will be available shortly.

The decision task consists of {{Constants.num_rounds}} rounds. In each round you make a vaccination decision. Each participant receives {{Constants.endowment}} fitness points at the beginning of each round. These points will be converted into cash at the end of the study, as explained above.

At the end of the experiment, one of the {{Constants.num_rounds}} rounds is randomly drawn. At the end of the experiment you will learn which round was drawn in part 1, the corresponding fitness point value and the converted Euro amount.

The conversion rule is the following: 100 fitnesspoints = {{Constants.conversion_100}}€ .

Please click "Next" button to continue.

{% next_button %} {% endblock %}