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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ 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 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
 
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 3 (or more) DO assessments the same day. 0, 1, or 2, is fine.
76
  HOWEVER, DUE assignments do not count towards this total.
77
 
78
  #Instructions