RoadTripMoustache / kana_to_kanji

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

feat: Implement `MultiChoicesQuestionView` #175

Open apomalyn opened 4 months ago

apomalyn commented 4 months ago

Requirements

Implement the MultiChoicesQuestionView, it should:

What needs to be done

Implement a MultiChoicesQuestion view, under src/practice/questions:

Design

MultiChoicesQuestionView flows ![image](https://github.com/RoadTripMoustache/kana_to_kanji/assets/22211097/823cefac-26fb-425e-a273-9b7a7f1ef08c)

Dependencies

Child of #168

Depends on: