Mode 02

Ranked Mode

Career track only. No hints, no solutions until the buzzer. Accuracy and throughput both move your rating.

Career track
Bronze · 400
Session length
Bronze200 pts toSilver

Sign in to play ranked and hold a rating.

How ranked scoring works

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.

Base points

100 × correct

Scaled by accuracy

Accuracy multiplier

0.5 + acc ÷ 2

Higher accuracy = bigger multiplier

Speed bonus

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)