Skip to content

Leaderboard Functionality

Tyler edited this page Jan 3, 2020 · 16 revisions

Overview

The leaderboard on v2 consists of one or many columns with each one representing to a criteria/score that the submission is being scored on. Generally there is one column that is designated as the main column that determines the score sorting, etc. This main score column can be computed, where you do not post the score for this column, but rather the score is computed from how you performed on the other columns such as averaging the scores between all the other columns, or the sum of all the other leaderboard columns. Each column has an associated unique key that is used to post to the column.

Clone this wiki locally