Update app.py
Browse files
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
|
76 |
-
HOWEVER,
|
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.
|