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

Vocup shouldn't accept an empty entry #64

Open
jdelange22 opened this issue Oct 6, 2024 · 2 comments
Open

Vocup shouldn't accept an empty entry #64

jdelange22 opened this issue Oct 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jdelange22
Copy link
Contributor

Like the title says. I noticed that pressing just enter or clicking 'continue' treats the input as wrongly practiced. I believe it should ignore the empty input and not continue to the next word. Perhaps a warning message to be shown like "input required".

@daniel-lerch
Copy link
Owner

I believe this is intentional. Just like in a vocabulary test at school, giving no answer is equal to a completely wrong answer. We could give user an option here to configure whether no input should be PracticeResult.WronglyPracticed (default) or PracticeResult.NotPracticed (skipped).

@jdelange22
Copy link
Contributor Author

True, but on a computer it is likely to make a mistake, pressing enter accidentally instead of shift for example. I like the idea of adding an option. We also have another issue that involves expanding the options (#60).

@daniel-lerch daniel-lerch added the enhancement New feature or request label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants