{% extends "global/Page.html" %} {% load otree static %} {% block title %} EXAMPLE PAGE - Page 5 {% endblock %} {% block content %}

Below is an example of the contribution decision screen where you will enter how much of your endowment you want to contribute {% if session.config.treatment == 1 or session.config.treatment == 3 %} and can discuss decisions with your teammates. {% else %}. {% endif %}

{% if session.config.treatment == 1 or session.config.treatment == 3 %}

There are 4 members, including you, in your team. You have an endowment of 289 points. Your team’s multiplier is 1.750, and per-person return is 0.438.

Your period payoff = Points you keep + per-person return * (total contributions by all members in your team).

{% else %}

There are 4 members, including you, in your team. You have an endowment of 193 points. Your team’s multiplier is 1.750, and per-person return is 0.438.

Your period payoff = Points you keep + per-person return * (total contributions by all members in your team).

{% endif %} {% next_button %} {% endblock %}