You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Configuring a contest.rst
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,23 @@ Each of these fields can be left unset to prevent the corresponding limitation f
29
29
Feedback to contestants
30
30
=======================
31
31
32
-
Each testcase can be marked as public or private. After sending a submission, a contestant can always see its results on the public testcases: a brief passed / partial / not passed status for each testcase, and the partial score that is computable from the public testcases only. Note that input and output data are always hidden.
32
+
Each testcase can be marked as public or private.
33
+
34
+
On public testcases, the information that a contestant receives depends on
35
+
the feedback mode configured for the task. More precisely:
36
+
37
+
- if the feedback mode is "Full", a contestant can always see its results on
38
+
the public testcases: a brief passed / partial / not passed status for each
39
+
testcase, and the partial score that is computable from the public testcases
40
+
only. Note that input and output data are always hidden.
41
+
42
+
- if the feedback mode is "Restricted", information is only shown about
43
+
testcases up to the first testcase that has the lowest score for a given
44
+
subtask (inclusive).
45
+
46
+
- if the feedback mode is "OI Restricted", information is only shown about
47
+
the first testcase that has the lowest score for a given subtask (inclusive).
48
+
This matches IOI contest rules.
33
49
34
50
Tokens were introduced to provide contestants with limited access to the detailed results of their submissions on the private testcases as well. If a contestant uses a token on a submission, then they will be able to see its result on all testcases, and the global score.
0 commit comments