ok icon indicating copy to clipboard operation
ok copied to clipboard

Provide a way to give points at various checkpoints

Open ja5087 opened this issue 7 years ago • 2 comments

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.

ja5087 avatar Mar 13 '19 22:03 ja5087

👍

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 :)

Sumukh avatar Mar 15 '19 02:03 Sumukh

Can you give an example of how this is currently done? I'm unfamiliar with how the grading script currently adds points to okpy.

ja5087 avatar Mar 20 '19 22:03 ja5087