RoadTripMoustache / kana_to_kanji

Simple application to learn Japanese kana (hiragana, katakana) and kanji
5 stars 1 forks source link

feat: Implement single-word question format #181

Open apomalyn opened 4 months ago

apomalyn commented 4 months ago

As a user, I want to have questions where I'm asked to translate or spell a word

Requirements

Implement the SingleWordQuestion model extending TextQuestion. It should be implemented using freezed

Implement a single-word question where the following instructions are supported:

Design

Question flow ![image](https://github.com/RoadTripMoustache/kana_to_kanji/assets/22211097/464f7b3a-b46e-4cf1-bbe4-59438967b77c)

Dependencies

Child of #160

Depends on:

Parent of: