RoadTripMoustache / kana_to_kanji

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

feat: Implement sentence question format #188

Open apomalyn opened 3 months ago

apomalyn commented 3 months ago

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

Requirements

Implement the SentenceQuestion model extending TextQuestion. The following instructions are supported:

Implement a sentence question view that match the design.

Design

Question flow ![image](https://github.com/RoadTripMoustache/kana_to_kanji/assets/22211097/e20c07f3-6659-4f9b-8971-51470b0d5960)

Dependencies

Child of #160

Depends on:

Parent of: