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
I would like to have a way to automate the process of setting a due date to an assignment and assigning it to students.
The following is a process that I go through at the beginning of each semester, for each class I teach using CoCalc:
I already have a directory structure that contains all the files for all of the assignments I want to use in that class. I open the .course file, open the "Assignments" tab, click on the "Add Assignment" button, select the corresponding directories (I really like that I can add all assignments at once, it really helps), add add them.
Then I have to go through all the assignments and for each, I have to set the due date, and click the "Assign" button. I already have all the due dates in a file on my laptop, since I figure them out when preparing the syllabus for the class, and I use them to create gradebook items and post announcements on our LMS (Canvas). I have to manually copy all those due dates to CoCalc, and I seem to always make some mistakes. It does not matter too much, since the due date on CoCalc is only informative, but it confuses students.
I would like to have some tool, either a script I could run on CoCalc or and API endpoint that would accept the path to the .course file, a path to the assignment directory, and a due date, and do the following:
Add the assignment to the course, if it is not there yet.
Set the due date for the assignment
Assign the assignment to all students.
Perhaps something like that already exists, but I could not find it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have a way to automate the process of setting a due date to an assignment and assigning it to students.
The following is a process that I go through at the beginning of each semester, for each class I teach using CoCalc:
I would like to have some tool, either a script I could run on CoCalc or and API endpoint that would accept the path to the .course file, a path to the assignment directory, and a due date, and do the following:
Perhaps something like that already exists, but I could not find it.
Beta Was this translation helpful? Give feedback.
All reactions