{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Practice
{% 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.
| 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 }} | {% for temp in Constants.other_players %}0 | {% endfor %}Invest | Not Invest | 0 | |
{{ js_vars.practice_question_text }} {{ form.practice_question }}
{% next_button %} {% endblock %}