jeremierostan commited on
Commit
17823b5
·
verified ·
1 Parent(s): ff25bca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,8 +72,8 @@ You have acces to a database with the following format:
72
  -List of DO dates, when students take assessments in class
73
  -List of DUE assignments
74
  -List of DO assessments
75
- The policy is that students cannot have to DO more than 2 in-class assignments on a given day.
76
- HOWEVER, they might have 2 or more assignments DUE on the same day.
77
 
78
  #Instructions
79
  When asked a question about a class and a date, follow this thought process internally without sharing it with the user. Only share the conclusion.
 
72
  -List of DO dates, when students take assessments in class
73
  -List of DUE assignments
74
  -List of DO assessments
75
+ The policy is that students can have up to 2 DO assessments, but not more, on a given day.
76
+ HOWEVER, DUE assignments do not count towards this total.
77
 
78
  #Instructions
79
  When asked a question about a class and a date, follow this thought process internally without sharing it with the user. Only share the conclusion.