RoadTripMoustache / kana_to_kanji

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

feat: Implement listen question format #185

Open apomalyn opened 3 months ago

apomalyn commented 3 months ago

As a user, I want to test my listening skills inside the application

Requirements

Implement the ListenQuestion model extending TextQuestion.

Implement a listen question where the following instructions are supported:

The question subject should always be Japanese (with subject_tts in kana to facilitate the TTS).

Implement a view that respect the following design.

Design

Question flow ![image](https://github.com/RoadTripMoustache/kana_to_kanji/assets/22211097/b232d8b4-e726-4501-b906-0925919c7109)

Dependencies

Child of #160

Depends on:

Parent of: