TheMetaFox / KanjiMemorized

An app to help me study Japanese
1 stars 0 forks source link

implement a learn-review-play/practice method of memorization #33

Open TheMetaFox opened 1 month ago

TheMetaFox commented 1 month ago

This learn-review-play/practice method will be 3 subsections under study. Learn will exclusively introduce new kanji and track how many new kanji have been learned each session or in the day. Review, which is mostly already implemented, will exclusively focus on learned kanji with low retention, those that need to be reviewed. Lastly play, will be the version that allows users to study kanji that have been learned in different game modes, such as memory match and an invaders style game.

TheMetaFox commented 3 weeks ago

Note about play/practice mode: kanji studied under this method will not count as reviews and therefore not be recorded or count towards retention. May still affect durability.

TheMetaFox commented 1 week ago

Learn and review are implemented with a queue. Play/practice still needs some decision-making before changing.