Lilli98 commited on
Commit
4283721
·
verified ·
1 Parent(s): 70ece00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ COMPREHENSION_QUESTIONS = [
58
  "correct_index": 2, # 3 weeks
59
  },
60
  {
61
- "q": "4. At the end of the week, your holding cost is $0.50 per unit, and your backlog cost is $1.00 per unit. If your final inventory is 0 units and you have a remaining Backlog of 15 units, what is your Total Weekly Cost?",
62
  "options": ["$7.50", "$15.00", "$15.50", "$0.00"],
63
  "correct_index": 1, # 15.00
64
  },
 
58
  "correct_index": 2, # 3 weeks
59
  },
60
  {
61
+ "q": "4. At the end of the week, your holding cost is \$0.50 per unit, and your backlog cost is \$1.00 per unit. If your final inventory is 0 units and you have a remaining Backlog of 15 units, what is your Total Weekly Cost?",
62
  "options": ["$7.50", "$15.00", "$15.50", "$0.00"],
63
  "correct_index": 1, # 15.00
64
  },