{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}

Decision Page, Practice Round

Sales Price${{practice_retail_cost}}/unit/round
Purchase Cost ${{practice_wholesale_cost}}/unit/round
Holding Cost${{practice_holding_cost}}/unit/round
Demand DistributionN~(100, {{ current_demand_std }})

Forecasted Demand Probability Distribution

Forecast Demand Distribution
{% if game_history %}

Summary of key metrics of prior periods

{% for data in game_history %} {% endfor %} {% for data in game_history %} {% endfor %} {% for data in game_history %} {% endfor %} {% for data in game_history %} {% endfor %} {% for data in game_history %} {% endfor %} e
Round {{ data.period }}
Leftover Inventory{{ data.starting_inventory }}
Order Quantity{{ data.order_quantity }}
Demand Quantity (realized){{ data.demand_quantity }}
Profit${{ data.profit }}
{% else %}

{% endif %}

You have {{ starting_inventory }} units leftover from the last round. How much would you like to order for this round?

If you'd like to review the instructions in text form, you can find them here.

{{ formfields }} {{ next_button }} {{ endblock }}