Provide a way to give points at various checkpoints
There's been a request to allow a way to give a specific number of points to students meeting a certain checkpoint. For example, CS61A provides extra credit points for students who submit a partially completed project by a certain date. There should be a way for TAs to add these points without having to manually add them per student as is right now.
👍
For what it's worth this is done through the server side autograder, as part of the grading script. (the idea is that you only want to give extra credit for submissions that are correct)
It'd be neat to do so without having to use the autograder though :)
Can you give an example of how this is currently done? I'm unfamiliar with how the grading script currently adds points to okpy.