lemnos / tt

A terminal based typing test.
MIT License
714 stars 48 forks source link

Weird Accuracy #13

Closed UltraBlackLinux closed 2 years ago

UltraBlackLinux commented 2 years ago

Hey there, I noticed that the accuracy is calculated based of the amount on wrong characters when you finish typing the line - The problem with this is, that you always get an accuracy Value of 100% if you correct your mistakes - Is that intended? Thanks!

lemnos commented 2 years ago

This is indeed intentional. The idea being that accuracy is a function of the end result rather than the process. If you want to reduce the temptation to hit backspace and improve your raw accuracy you can use -nobackspace which will force you to keep any mistakes you make and which will consequently show up in the score.

UltraBlackLinux commented 2 years ago

This is indeed intentional. The idea being that accuracy is a function of the end result rather than the process. If you want to reduce the temptation to hit backspace and improve your raw accuracy you can use -nobackspace which will force you to keep any mistakes you make and which will consequently show up in the score.

Oh that will work too! Thank you.