{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Feedback
{% endblock %} {% block content %} You chose to produce Product#: {{player.chosen_product}}
For which you produced: {{player.chosen_quantity}} units
The true demand for all the products are provided below.

{{Constants.true_market_demand}}

You will receive a bonus according to:
a. +$.01 for each unit of true demand for the product you chose.
b. -$.01 for each unit your production decision was off from the true demand. (You can't go below zero bonus.) {{player.bonus}}

In addition to your participation payment, we will receive this bonus through the survey system.

{% next_button %}
{% endblock %}