Lilli98 commited on
Commit
24349da
·
verified ·
1 Parent(s): 2001c3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ COMPREHENSION_QUESTIONS = [
57
  "correct_index": 2, # 3 weeks
58
  },
59
  {
60
- "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?",
61
  "options": ["$7.50", "$15.00", "$15.50", "$0.00"],
62
  "correct_index": 1, # 15.00
63
  },
 
57
  "correct_index": 2, # 3 weeks
58
  },
59
  {
60
+ "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?",
61
  "options": ["$7.50", "$15.00", "$15.50", "$0.00"],
62
  "correct_index": 1, # 15.00
63
  },