RoadTripMoustache / kana_to_kanji

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

feat: Implement `BlankQuestionViewModel` #198

Open apomalyn opened 2 months ago

apomalyn commented 2 months ago

Requirements

Implement a BlankQuestion model extending TextQuestion.

Implement a BlankViewModel that:

What needs to be done

Implement under practices/questions/models, a BlankQuestion model extending TextQuestion:

Implement under practices/questions, a view model BlankQuestionViewModel:

Dependencies

Child of #192

Depends on: