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

You have completed the practice session. Here is a summary of your performance:

{% for period in display_game_history %} {% endfor %} {% for period in display_game_history %} {% endfor %} {% for period in display_game_history %} {% endfor %} {% for period in display_game_history %} {% endfor %} {% for period in display_game_history %} {% endfor %}
MetricsPeriod {{ period.period }}
Leftover Inventory{{ period.starting_inventory }}
Order Quantity{{ period.order_quantity }}
Demand Quantity (realized){{ period.demand_quantity }}
Profit${{ period.profit }}

Practice Range Question Feedback

Your selected range: {{ practice_lower }} to {{ practice_upper }}

Realized demand: {{ practice_realized_demand }}

{% if practice_hit %}

You were correct: the realized demand fell within your selected range.

{% else %}

Your range did not include the realized demand this time.

{% endif %}

The actual game will start on the next page. You will go through 36 total rounds

The cost and demand parameters of this game are different from the practice session, please make sure you pay attention to these parameters.

Remember, you are being paid based off of your performance of a random round that will be revealed at the end.

If you'd like to review the instructions again, you can find them here.

{{ next_button }} {{ endblock }}