From 231409a2c7879db9799e42f68e9570dfab7f4a4d Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 28 Jul 2020 18:26:20 +0100 Subject: [PATCH] added results screen about section --- public/index.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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