{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Your payment for part 1
{% endblock %} {% block content %}

If this part is randomly selected for payment in the end, your additional bonus will be determined as follows:

The computer will randomly select one choice list for payout, with equal probability. We then randomly select one of your decisions from this choice list (with equal probability), and this decision will be implemented for real payment.

Thus, you should take each decision independently of all other decisions as if it’s the one that counts, because it may be.

{% next_button %}
{% endblock %}