You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the typo
All legal timers mentioned in 7f1a display three decimal digits, so the examples should be written using three decimal digits.
A7b1) If penalties are assigned, the judge records the original recorded time displayed on the timer, along with any penalties. The format should be "X + T + Y = F", where X represents the sum of time penalties before/starting the solve, T represents the time displayed on the timer (the "original recorded time"), Y represents a sum of time penalties during/after the solve, and F represents the final result (e.g. 2 + 17.65 + 2 = 21.65). If X and/or Y is 0, the 0 terms are omitted (e.g. 17.65 + 2 = 19.65).
Possible solution
Change 2 + 17.65 + 2 = 21.65 to 2 + 17.650 + 2 = 21.650, and change 17.65 + 2 = 19.65 to 17.650 + 2 = 19.650.
The text was updated successfully, but these errors were encountered:
My understanding is that "measured" is referring to how the results are displayed as they are entered into live results and the results database. A7b1 uses the term "recording" instead of "measuring", which I believe is specifically refers to how the result is handwritten on the scorecard. The Competitor Tutorial also says that the judge should "[c]opy the time exactly as it is in on the timer", which would include the third decimal digit on all competition-legal timers.
The WRC reviewed extensive Staff and Community feedback when selecting which topics to amend for the January 2025 WCA Regulations and Guidelines and chose not to make changes addressing this item. Previously raised items will not automatically be taken forward for consideration in future cycles so this issue has been closed. You are welcome to raise this topic again in a future cycle if desired.
Describe the typo
All legal timers mentioned in 7f1a display three decimal digits, so the examples should be written using three decimal digits.
Possible solution
Change
2 + 17.65 + 2 = 21.65
to2 + 17.650 + 2 = 21.650
, and change17.65 + 2 = 19.65
to17.650 + 2 = 19.650
.The text was updated successfully, but these errors were encountered: