{% extends "global/Page.html" %} {% load otree static %} {% comment %} Instructions about round earnings and feedback after each round {% endcomment %} {% block title %} Instructions {% endblock %} {% block content %}

Round Earnings

Without vaccination:

Round earnings = fitness points - possible costs due to disease

With vaccination:

Round earnings = fitness points - fixed costs - possible costs due to a side effect

Feedback after each round

After all group members have made their vaccination decisions, you will receive the following information:

Please click "Next" button to continue.

{% next_button %} {% endblock %}