As a teacher, I have the ability to lock an assignment to prevent students from making additional submissions. I can choose to lock on a specific date and time, or to lock now (which will default to the current date and time).
Using the Schoology assignment API, I can see whether an assignment has been locked or not (dropbox_locked field). I can also enable or disable submissions (putting an update that includes the allow_dropbox field).
How would I do the following using the API (instructions don't seem to mention these)?
Lastly, since I can't alter the lock state via the API, for assignments where I need to prevent students from uploading any more submissions or revisions, is there any downside or difference if I disable assignment submissions as opposed to using the lock feature?
Hi @mbezaire,
I recommend continuing to review the API documentation and meanwhile, we hope that other community members jump in and share their insights on this if they have been able to find a solution to this use case.