ioi-2022 / cms

Contest Management System
http://cms-dev.github.io/
GNU Affero General Public License v3.0
3 stars 2 forks source link

Add a task type that takes manager's output to checker #19

Closed jonathanirvings closed 3 years ago

jonathanirvings commented 3 years ago

We should have another task type similar to the Communication task, but the manager's output goes to the output file and checked by the checker instead of becoming the verdict.

@mirjalali pointed out that IOI 2017 HTC implemented this task type, available in https://github.com/ioi-2017/cms/blob/master/cms/grading/tasktypes/Communication2017.py. Investigate whether we can patch their code.