Replies: 1 comment
-
@ky28059 there is technically a way to fetch overdue assignments, though slightly costly. SGY counts overdue assignments as assignments with no submissions, no grades, and are overdue. You could fetch submissions and grades and compare though it may cost extra reqs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Essentially, Schoology provides no way to fetch their version of which assignments are considered overdue or not. For overdue assignments then, there are 2 choices:
If option 2 is preferred, the system would look something like this:
While a custom system would solve the overdue problem, users may not want to have to manually mark each assignment as completed on WATT to get it out of the overdue area (assumedly in Dashboard or Upcoming). Though it would be incredibly hard to do so because of Schoology's API limitations, users may expect that when they complete something on Schoology it would automatically be reflected in WATT. I think in general I favor option 1 and making no mention of supporting overdue assignments, but despite the potential cons I am of the opinion that option 2's implementation isn't too terrible.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions