learn-ocaml icon indicating copy to clipboard operation
learn-ocaml copied to clipboard

Programmatically grade all students' assignments

Open ethanabrooks opened this issue 4 years ago • 1 comments

We have been using learn-ocaml for a class that we are teaching. We realized after the due date of one of our assignments that our tests had a bug. To deal with this, we created a new assignment which is a copy of the old assignment, fixed the bug in the new assignment, and copied the students' code to the new assignment in the sync/ directory. Now we need to figure out some way to grade all of the students' submissions. Is there a way to do this, besides logging in with each student's token in the browser and clicking the grade button?

ethanabrooks avatar Mar 11 '20 00:03 ethanabrooks

Hi! I think you can invoke learn-ocaml grade (sorry, I know I'm replying back to this issue many months after you posted it; just in case anyone else needs to know the same piece of info)

hannelita avatar Oct 02 '20 23:10 hannelita