{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}
| Sales Price | ${{practice_retail_cost}}/unit/round |
| Purchase Cost | ${{practice_wholesale_cost}}/unit/round |
| Holding Cost | ${{practice_holding_cost}}/unit/round |
| Demand Distribution | N~(100, {{ current_demand_std }}) |
| {% for data in game_history %} | Round {{ data.period }} | {% endfor %}
|---|---|
| Leftover Inventory | {% for data in game_history %}{{ data.starting_inventory }} | {% endfor %}
| Order Quantity | {% for data in game_history %}{{ data.order_quantity }} | {% endfor %}
| Demand Quantity (realized) | {% for data in game_history %}{{ data.demand_quantity }} | {% endfor %}
| Profit | {% for data in game_history %}${{ data.profit }} | {% endfor %}
If you'd like to review the instructions in text form, you can find them here.
{{ formfields }} {{ next_button }} {{ endblock }}