mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
added results screen about section
This commit is contained in:
parent
74f35d3633
commit
231409a2c7
1 changed files with 12 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue