diff --git a/public/index.html b/public/index.html index 2c49a0758..312114d4c 100644 --- a/public/index.html +++ b/public/index.html @@ -936,10 +936,18 @@

stats

-

wpm - total amount of characters in the correctly typed words, divided by 5

-

raw wpm - calculated just like wpm, but also includes incorrect words

-

acc - percentage of correctly pressed keys

-

char - correct characters / incorrect characters. Calculated after the test has ended

+

wpm - total amount of characters in the correctly typed words (including spaces), divided by 5 and + normalised to 60 seconds.

+

raw wpm - calculated just like wpm, but also includes incorrect words.

+

acc - percentage of correctly pressed keys.

+

char - correct characters / incorrect characters. Calculated after the test has ended.

+
+
+

results screen

+

After completing a test you will be able to see your wpm, raw wpm, accuracy, character stats, test length, + leaderboards info and test info. (you can hover over some values to get floating point numbers). You can + also see a graph of your wpm and raw over the duration of the test. Remember that the wpm line is a global + average, while the wpm line is a local, momentary raw value. (meaning if you stop, the value is 0)

bug report or feature request