{{ extends 'global/Page.html' }} {{ block title }}Practice Complete!{{ endblock }} {{ block content }}
You have completed the practice rounds. Your results are shown below.
| Practice Product | Initial Order | Final Order | Realized Demand | Units Sold | Leftover Inventory | Change Fee Paid | Profit |
|---|---|---|---|---|---|---|---|
| {{ r.scenario_id }} | {{ r.initial_quantity }} | {{ r.final_quantity }} | {{ r.demand }} | {{ r.sales }} | {{ r.leftover }} | ${{ r.change_fee_paid }} | ${{ r.profit }} |
Total Practice Profit: ${{ practice_total_profit }}
You will now begin the main task.
If you would like to review the instructions, please click here .
{{ next_button }} {{ endblock }}