{% extends "global/Page.html" %} {% load otree static %} {% comment %} Instructions about the disease {% 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 %}
You can fall ill in each round if you are not vaccinated. The probability of getting sick depends on the vaccination rate, i.e. the number of vaccinated participants in your group (see figure below): The larger the number of vaccinated participants, the lower the likelihood of contracting the disease. Similarly, the greater the number of unvaccinated participants, the higher the likelihood of contracting the disease.
In case of a disease you lose fitness points. The severity of the disease differs:
This means that you lose an average of {{Constants.costs_disease_avg}} fitness points in the event of a disease, whereby a slight course of the disease (= loss of a few fitness points) is more likely than a severe course of the disease (= loss of many fitness points).
Please click "Next" button to continue.
{% next_button %} {% endblock %}