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

re-type if failed is bypassed if entire text is deleted #40

Open
wnim opened this issue Feb 14, 2024 · 0 comments
Open

re-type if failed is bypassed if entire text is deleted #40

wnim opened this issue Feb 14, 2024 · 0 comments

Comments

@wnim
Copy link

wnim commented Feb 14, 2024

steps:

  1. fail to type an Ngram correctly
  2. delete everything
  3. type the whole thing correctly

Result:
A new test is generated

Expected result:
Same test regenerates due to failure.

Comment:

When I fail I have an instinct to delete everything because the test is so short anyway and I want to pass the whole thing correctly, but because I failed I still think it adds a nice touch to repeat it twice.
When I deleted everything I expected to have to repeat it twice anyway, because deleting doesn't change the fact that I failed, same way if I only delete the mistake (and not the whole text) I would still have to repeat it twice.

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

1 participant