{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Producing units
{% endblock %} {% block content %} You will earn a bonus equal to the true demand of the product multiplied by $.01 (for example, 200 => $2), but you lose $.01 from your bonus for every unit your "number produced" is off from the true demand (high or low).

Example: If true demand is 200 and your production level is off by 20, then your bonus would be: $2 - $.20 = $1.80.

Forecasts A B C D E F G H I
Product# {{player.chosen_product2}} {{forecast_to_show.0}} {{forecast_to_show.1}} {{forecast_to_show.2}} {{forecast_to_show.3}} {{forecast_to_show.4}} {{forecast_to_show.5}} {{forecast_to_show.6}} {{forecast_to_show.7}} {{forecast_to_show.8}}


Look above at the demand forecasts for product {{player.chosen_product2}}. chosen by opponent

Your goal is to produce a number of units as close as possible to the true demand.

How many units of product# {{player.chosen_product2}} do you want to produce?
{% formfield player.chosen_quantity2 label="." %}


{% next_button %}
{% endblock %}