{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{round}} Demand {% endblock %} {% block content %}
Price per unit: {{ price }}
Cost per unit: {{ cost }}
Demand is uniformly distributed on [{{demand_min}},{{demand_max}}]
Your task is to choose an order quantity.
{{formfield_errors 'test_order_qty'}} {{formfield_errors 'demand_realization'}}

Testing profit

Drag the slider to select an order quantity and click on Test to see the profit for different realizations of demand.

Test order quantity:


Your Decision

{{ formfield 'order_qty' }}
{% endblock %} {% block scripts %} {% endblock %}