zeeguu / web

Frontend for the zeeguu web application.
https://www.zeeguu.org
3 stars 5 forks source link

Improved feedback when typing #362

Closed tfnribeiro closed 2 months ago

tfnribeiro commented 2 months ago

We now check if the user has typed the word in the wrong language in the case where we ask them to write in the learning language. This is to help in cases like TranslateWhatYouHear.

Made the hint when the user needs to change 1 letter to be considered a hint for the api rather than wrong.

Fixed a bug where the input should be accepted once the user had 1 distance to the correct answer if they type in L1.

netlify[bot] commented 2 months ago

Deploy Preview for voluble-nougat-015dd1 ready!

Name Link
Latest commit 2f5c6ec44550e745a4645a9b3b7db983d3153fd6
Latest deploy log https://app.netlify.com/sites/voluble-nougat-015dd1/deploys/663b8ce6912bf9000814ff89
Deploy Preview https://deploy-preview-362--voluble-nougat-015dd1.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mircealungu commented 2 months ago

@tfnribeiro - As I was reading, I made some changes to the code in an attempt to make it more readable for myself... Does it still make sense for you?

tfnribeiro commented 2 months ago

I took a look and it looks good!