ioi-germany / cms

Contest Management System
GNU Affero General Public License v3.0
14 stars 1 forks source link

Improve restricted feedback in SubtaskGroup score type #4

Closed fagu closed 6 years ago

fagu commented 6 years ago

Unless the feedback level is "full", we restrict the information shown to contestants as follows:

In each group, we show only the first test case with minimum score and we hide used time and memory. If all test cases in a group get full score, we instead only show a message "All correct".

This restriction doesn't apply to subtasks that don't contribute to the private (=official) score. Hence, we give full information about all sample test cases and about all test cases in detailed feedback subtasks.