{% extends "global/Page.html" %} {% load otree static %} {% block title %} Invest {% endblock %} {% block content %}

This is a public goods game with {{ Constants.players_per_group }} players per group, an endowment of {{ Constants.endowment }}, and a multiplier of {{ Constants.multiplier }}.

Given that you receive return x (chosen using the sliding bar), this chart shows the probability that k other participants are facing lower return. When k = 0 you face the lowest return; no other participants have lower returns. By moving the sliding bar you can see how these probabilities change as a function of the return you face.

Value:

{% for temp in Constants.other_players %} {% endfor %} {% for field in form %} {% for temp in Constants.other_players %} {% endfor %} {% for choice in field %} {% endfor %} {% endfor %}
Your return Liklihood that your partner's return is lower Profit from Investing if k partners Invest Do you wish to Invest? Profit from Not Investing
{{ temp }}
{{ field.label }} {{ field.label }}0{{ choice }}0
{% next_button %} {% endblock %}