added results screen about section

This commit is contained in:
Jack 2020-07-28 18:26:20 +01:00
parent 74f35d3633
commit 231409a2c7

View file

@ -936,10 +936,18 @@
</div>
<div class="section">
<h1>stats</h1>
<p>wpm - total amount of characters in the correctly typed words, divided by 5</p>
<p>raw wpm - calculated just like wpm, but also includes incorrect words</p>
<p>acc - percentage of correctly pressed keys</p>
<p>char - correct characters / incorrect characters. Calculated after the test has ended</p>
<p>wpm - total amount of characters in the correctly typed words (including spaces), divided by 5 and
normalised to 60 seconds.</p>
<p>raw wpm - calculated just like wpm, but also includes incorrect words.</p>
<p>acc - percentage of correctly pressed keys.</p>
<p>char - correct characters / incorrect characters. Calculated after the test has ended.</p>
</div>
<div class="section">
<h1>results screen</h1>
<p>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)</p>
</div>
<div class="section">
<h1>bug report or feature request</h1>