Skip to content

Contest types

Natsu Kagami edited this page Apr 14, 2020 · 2 revisions

Contests differ in two options: Ranking Modes and Scoreboard View Modes.

Ranking Modes

There are two types of Rankings Modes, Unweighted and Weighted.

You can change the Ranking Mode in the Add Contest / Edit Contest form in the Admin Panel.

Caution: After changing a contest's Ranking Mode, please run [Recalculate Score] on all submissions of the contest!

Unweighted

In this mode:

  • All problems have the same weight of one.
  • A contestant gets the point for a problem when they fully solve it. In other words, getting an Accepted verdict.
  • The scoreboard will display each problem's score as the number of failed attempts.
    • If the contestant has not solved the problem, it shows -x where x is the number of attempts.
    • Otherwise, it shows +x where x is the number of failed attempts. If x = 0, then kjudge will simply show +.
  • Penalty is applied when the contestant solves the problem.

Scoreboard example:

unweighted scoreboard

Weighted

In this mode, all problems are weighted by their respective score.

Users are ranked by the sum of their scores on each problem, followed by the penalties.

Penalty is applied when the contestant get a score larger than 0.

The scoreboard will show both the score and penalties.

Scoreboard example:

weighted scoreboard

Scoreboard View Modes

Scoreboard View Modes states whether everyone can access the contest scoreboard during the contest. There are 3 options:

  • Public view: Everyone can access the scoreboard.
  • User view: Anyone who has logged in can access the scoreboard.
  • No Scoreboard: No one can access the scoreboard.

However, regardless of options, an admin can always access the scoreboard. This can be accessed from the Scoreboard button in the Contest management page, or the "View Scoreboard" [v] button in the Contests list.

Clone this wiki locally