You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2020. It is now read-only.
If a module is created (or presumably updated) with no due or cutoff date, the turnitin_get_module_dates() function will set the dtdue parameter to a date 6 months from now. If the start date is more than six months into the future, it triggers the following error (which causes a backlog of events in the queue, as this event never gets processed "successfully"):
Error: 2309 When creating your assignment, please make sure that the post date is on or after the start date of the assignment.
If a module is created (or presumably updated) with no due or cutoff date, the
turnitin_get_module_dates()function will set thedtdueparameter to a date 6 months from now. If the start date is more than six months into the future, it triggers the following error (which causes a backlog of events in the queue, as this event never gets processed "successfully"):