Блог пользователя izhang

Автор izhang, история, 3 года назад, По-английски

I'm writing a private IOI style gym contest on cf and I would like the status page to display the results for each test case. For example, this is what a submission to Central-European Olympiad in Informatics, CEOI 2020, Day 1 (IOI, Unofficial Mirror Contest, Unrated) looks like.

However, for my gym contest, the status page only displays the results for each subtask:

I have tried looking in the gym and polygon settings, but there doesn't seem to be any setting that addresses this.

  • Проголосовать: нравится
  • +66
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +33 Проголосовать: не нравится

Try setting the subtask's feedback policy to COMPLETE — also check out the differences between the feedback policies, to see which suits your fancy.

Pictures (hidden for length)
  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +16 Проголосовать: не нравится

    Thank you! Changing the feedback policy to COMPLETE worked. But this seems to be another example of why good documentation for polygon is necessary.