{% extends "global/Base.html" %} {% load staticfiles otree %} {% comment %} {% endcomment %} {% block title %}

Instructions on Decision-Making Periods

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block content %}

The upcoming decision-making part of the experiment has {{ Constants.num_rounds }} independent decisions. Your money and donation from one decision will not impact or transfer to the next. After you are done with all {{ Constants.num_rounds }} decisions, the computer will randomly choose 1 decision to implement it.

At the beginning of each decision, your cash account will refresh to its original balance of ${{ Constants.participation_fee }} participation fee+ ${{ player.endowment }} income from the square counting task. You will have the opportunity to donate some amount to a charity organization, but donations are not mandatory.

The scenarios you may encounter during your decision-making periods include:

Before you make each decision, please pay attention to:

Make each decision carefully as you cannot go back to change your previous decisions, and each decision has an equal probability to be implemented.

Here is an example of your upcoming decision page, please read instructions carefully before proceeding to the real decisions.


{% endblock %}