SethClydesdale / genki-study-resources

A collection of exercises for practicing what is taught in Genki: An Integrated Course in Elementary Japanese.
https://sethclydesdale.github.io/genki-study-resources/lessons-3rd/
MIT License
822 stars 280 forks source link

Kana / Kanji for the same word inconsistently accepted as correct or incorrect #233

Closed yangmillstheory closed 10 months ago

yangmillstheory commented 10 months ago

Hi,

Problem 2 in this exercise an example where the same word 嬉しい is accepted as wrong with the 嬉 and right without it.

Wrong:

image

Right:

image

Meanwhile Problem 3 is right with 嬉 or without it. Do you know if this Is intentional? I've noticed this in many other exercises as well, e.g. with 友達 and 友だち.

For example in https://sethclydesdale.github.io/genki-study-resources/lessons-3rd/lesson-17/workbook-7/

image

物 is not accepted in 3a for おいしい物, but is accepted in 買い物.

yangmillstheory commented 10 months ago

Another example from https://sethclydesdale.github.io/genki-study-resources/lessons-3rd/lesson-17/workbook-5/:

image

yangmillstheory commented 10 months ago

I have https://github.com/SethClydesdale/genki-study-resources/pull/235 to address the second comment. It's been a while since I've used GitHub :).

SethClydesdale commented 10 months ago

Hello!

Since the answers are static, there's a limited number of combinations. When originally going through, I only included kanji that was used in Genki, however, I added support for some commonly requested words such as 友達. The 嬉しい there should've been accepted, but it looks like I forgot to included one of the alternative kanji in that answer which bugged it out. I went ahead and corrected that along with adding 美味しい物 as an alternative too.

If you notice anything more like this, feel free to let me know!