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

Conditional on your receiving return x (chosen using the sliding bar), this chart shows the probability that the other player faces higher or lower return.

Return:

Recall profit = return + (0 if other player does Not Invest, 1 if other player Invests)

{% for field in form %} {% for temp in Constants.other_players %} {% endfor %} {% for choice in field %} {% endfor %} {% endfor %}
Your return Profit from Investing if other player does Not Invest Profit from Investing if other player Invests Do you wish to Invest? Profit from Not Investing
{{ field.label }}0{{ choice }}0
{% next_button %} {% endblock %}