davidsansome / tsurukame

Tsurukame is an unofficial WaniKani app for iOS. It helps you learn Japanese Kanji.
https://tsurukame.app
Apache License 2.0
249 stars 58 forks source link

When Back to Back is enabled randomize order does not work as well #696

Open macdja38 opened 4 months ago

macdja38 commented 4 months ago

I like that with randomize order when I get something wrong I get to answer a couple other questions before it comes back. I wish I could still do that with Back to Back turned on, but once I turn on back to back when I get something wrong it asks again right away.

macdja38 commented 4 months ago

Ohh, this may be a duplicate of https://github.com/davidsansome/tsurukame/issues/694 not sure, they mention only anki mode.

UInt2048 commented 4 months ago

It is counterintuitively a duplicate of 694, and I'll prove it. They mentioned using combine reading/meaning which, if you look at the code of #664, it's currently implemented a back-to-back review that automatically marks its other half correct, so it is in fact equivalent. The reason the behavior you describe happens is that the active queue size is set to 1 to ensure back to back review happens, which causes this behavior.