Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.0 wpm #38

Open
GiveMeFox opened this issue Jun 10, 2022 · 1 comment
Open

0.0 wpm #38

GiveMeFox opened this issue Jun 10, 2022 · 1 comment
Labels
wontfix This will not be worked on

Comments

@GiveMeFox
Copy link

image

@Samyak2
Copy link
Owner

Samyak2 commented Jun 11, 2022

This is expected. toipe calculates WPM as described here (see "Net WPM").

In your case:

Correctly typed chars: 40
Uncorrected mistakes: 8
Time: 9s
WPM: ((40 / 5) - 8)/(9/60) = 0.0


  • WPM is generally more useful when you have a substantial amount of text (more than 10 words) or when it's done over a longer period (more than 10s)
  • This type of WPM calculation encourages correcting mistakes instead of leaving them in.

@Samyak2 Samyak2 added the wontfix This will not be worked on label Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants