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

[Feature Request] Show word count and the duration of the test in the report. #40

Open
amalgame21 opened this issue Jul 27, 2023 · 2 comments

Comments

@amalgame21
Copy link

amalgame21 commented Jul 27, 2023

Now the information shown in the report is very limited, only WPM, CPM, accuracy, mistakes and attribution in -quotes.
I have some text files having paragraphs exceeded thousand characters, which takes a lot of time to complete the test.
I would like to know the duration that I performed the test, but I do not want to manually count the words in the previous paragraph and do the math ( word count / WPM), or start a counter when I start a test.

@amalgame21
Copy link
Author

Just found out the WPM is CPM/5 in the source code... why?

@jmonroynieto
Copy link

From my reading, this is to simplify the calculation. I have seen similar code in similar programs. Primarily, the issue is that this program supports live WPM counts as you go through an exercise. Having different methods to count live and upon completion might cause a large mismatch that would make the live count misleading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants