For the complete documentation index, see llms.txt. This page is also available as Markdown.

Score entry mode examples

Worked examples for each of the four score entry mode combinations. See Understand score entry modes for an overview.

Combination 1: Final Score + Start Value

The simplest mode. You enter two numbers.

Field
Value

Start Value

5.4

Execution Score (E1)

8.5

Result: Final Score = 8.5 + 5.4 = 13.9

Combination 2: Final Score + Difficulty

Execution is entered directly. Difficulty and bonuses are separate fields.

Field
Value

Difficulty

4.9

Start Value Bonus

0.5

Execution Score (E1)

8.5

Result: Start Value = 4.9 + 0.5 = 5.4. Final Score = 8.5 + 4.9 + 0.5 = 13.9

Combination 3: FIG Deductions + Start Value

Execution is entered as deductions from 10.0. Difficulty is a single start value.

Field
Value

Start Value

5.4

E1 Deduction

1.5

Result: Execution = 10.0 - 1.5 = 8.5. Final Score = 8.5 + 5.4 = 13.9

Combination 4: FIG Deductions + Difficulty

The most detailed mode - used in FIG competitions. Individual deductions and separate difficulty components.

Field
Value

Difficulty

4.9

Start Value Bonus

0.5

E1 Deduction

0.3

E2 Deduction

0.5

E3 Deduction

0.4

Neutral Deductions

0.1

Result: Execution = 10.0 − (0.3 + 0.4 + 0.5) / 3 = 10.0 − 0.4 = 9.6. With 3 or fewer E judges, no values are dropped — all deductions are averaged. Final Score = 9.6 + 4.9 + 0.5 - 0.1 = 14.9

Note: When multiple E judges enter deductions, the system averages all of them (with 3 or fewer judges) or applies a trimmed mean by removing the highest and lowest before averaging (with 4 or more judges).

Back to guide

Last updated