Open Xyene opened 8 years ago
Some IOI problems have partial batch scoring: things like minimum score of batch cases, maximum score, score while factoring in submission size, etc. We should support a couple of these common cases, and allow CustomGraders to implement their own.
CustomGrader
This requires site-side change, since batches just numbers attached to SubmissionTestCase objects.
SubmissionTestCase
Some IOI problems have partial batch scoring: things like minimum score of batch cases, maximum score, score while factoring in submission size, etc. We should support a couple of these common cases, and allow
CustomGrader
s to implement their own.