Ranked Mode
Career track only. No hints, no solutions until the buzzer. Accuracy and throughput both move your rating.
Sign in to play ranked and hold a rating.
Your session score rewards both accuracy and speed. Every correct answer is worth up to 100 points, but that base is scaled by your accuracy across the whole session. A speed bonus is then added based on how many correct answers you averaged per minute.
100 × correct
Scaled by accuracy
0.5 + acc ÷ 2
Higher accuracy = bigger multiplier
40 × correct/min
Rewards throughput
score = round(correct × 100 × (0.5 + accuracy / 2) + correctPerMinute × 40)
Your rating change compares that session score against the expected performance for your current tier. Higher-rated players must score higher to keep climbing.
expected = 220 + rating × 0.55
delta = clamp(round((score − expected) / 6), −90, +120)