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

Decision Page – Game Round {{ game_round }} (Period {{ display_round }}/12)

Sales Price$15.00 / unit / round
Purchase Cost$6.00 / unit / round
Holding Cost$1.00 / unit / round
Forecasted Demand DistributionN~(500, {{ current_demand_std }})

Forecasted Demand Probability Distribution

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 %}
MetricsPeriod {{ data.period }}
Leftover Inventory{{ data.starting_inventory }}
Order Quantity{% if data.order_quantity != '' %}{{ data.order_quantity }}{% else %} {% endif %}
Actual Demand Quantity{% if data.demand_quantity != '' %}{{ data.demand_quantity }}{% else %} {% endif %}
Profit{% if data.profit != '' %}${{ data.profit }}{% else %} {% endif %}
{% endif %}

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

{{ formfields }}

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

{{ next_button }}

{{ endblock }}