skip to Main Content

When creating a simple competition or a single contest, you can edit the Scoring strategy of the Tournament. The Scoring strategy works together with the rules within the Contest. The Ranking works with the Scoring, displaying the scores in ranked position in the leaderboard.

To experience the possibilities of the Scoring strategy you can:

SIMPLE COMPETITION CREATION

CONTEST CREATION

  1. In the CL Console, navigate to Competitions → New competition and start creating the New Competition – Quick.
  2. Fill out all the fields step by step. The Scoring strategy system is in Step 3: Simple Competition products

 

  1. First, you need a pre-created Competition, as you cannot create a contest on its own.

Both options lead to the same Scoring strategy.

Scoring strategy

The sum of all the points a player scores during the contest (Cumulative)

DESCRIPTION

EXAMPLE

The basic strategy where all points sum up and are shown in the Leaderboard. According to  the Rules, all the points are Cumulative.
COMPETITION: If you implement the rule You get 1 point for every Win action, each player will receive a point for every win, and the points will be summed up for each individual.

PLAYER: Player_1 did 3 spins and won 3 times, to get a score of 3 on the Leaderboard

EXPLANATION: Each win = 1 point and 1+1+1=3.

 

The sum of the highest X points a player scores during the contest (Highest only)

DESCRIPTION

EXAMPLE

This strategy requires a value to indicate how many highest points will be calculated and shown on the leaderboard

COMPETITION: If you implemented the rule For each Win you get points equal to the Win value, each player will receive points for their 3 highest Wins. Wins will over-write the next highest win and sum up.

PLAYER:
Player_1 did 4 spins and won 4 times. His wins are 1, 1, 2, and 3, and his score on the leaderboard is 6.
Player_2 did 1 spin and his win was 9. Even though he only did 1 spin, Player_2 has more points, and so has a higher rank than Player_1.

EXPLANATION: When Player_1 won 1, 1, and 2, his score was 4 (1+1+2=4), and after he won 3, his lowest score (that is 1) was overwritten by three, and then it became 1+2+3 =6.

If the next Win is lower than the three Wins already summed up (e.g. 0.9), the Win will be ignored until a higher value Win is sent.

 

The sum of all the points a player scores within X number of events (Sum over count)

DESCRIPTION

EXAMPLE

This strategy requires a value to indicate how many events will be summed up and shown in the leaderboard.
COMPETITION: If you implemented a rule For each Win you get points equal to the win value, each player will receive points for their first 3 Wins, and the wins will be summed up and shown on the Leaderboard.

PLAYER: Player_1 did 4 spins and won 4 times. His winnings are 1, 2, 3, and 4, and his score on the leaderboard is 6.

EXPLANATION: When Player_1 won 1, 2, and 3, his score was 6 (1+2+3=6), and after he won 4, his score did not change, as the Scoring strategy is that only the first 3 Wins count.

Player_2  did 4 spins and won 4 times. His winnings are 0, 1, 0, 2 and his score on the leaderboard is 1.

Note If no source value was selected in the implementation of the rule, then a win of 0 is also considered an event. If you want to avoid wins of 0, then in the rules section define the source value as more than 0.

 

The point in time a player reaches or exceeds X points during the contest (Sum over Count including a goal in time marker)

DESCRIPTION

EXAMPLE

This strategy requires a value to indicate how many points have to be received to complete the mission. The value will be capped as the selected value for the scoring strategy.
COMPETITION: If you have implemented the rule For each Win you get points equal to the win value, each player will receive points, and they will be summed up will the goal of 100 is reached.

PLAYER:

Player_1 did 4 spins and won 4 times. His winnings are 10, 20, 30, and 40, and his score on the leaderboard is 100.

Player_2 did 4 spins and won 4 times. His winnings are 10, 20, 30, and 40, and his score on the leaderboard is 100.

Player_3 did 4 spins and won 4 times. His winnings are 20, 20, 30, and 40, and his score on the leaderboard is 110.

EXPLANATION: Player_1 and Player_3 won this competition because the goal was to get 100 or more points. Player_2 with only 50 points did not achieve the goal.

The players will be ranked by time that means who was the first to reach the goal.

 

Back To Top