{
"Everyday Phrases":[
["You're Welcome", "どういたしまして", "Dō Itashimashite"],
["Good Morning", "おはよう ございます", "Ohayō gozaimasu"],
["Yes", "はい", "Hai"],
["No", "いいえ", "Iie"],
["Hello", "こんにちは", "Konnichi wa"],
["Please", "おねがい します", "Onegai Shimasu"],
["Excuse Me", "すみません", "Sumimasen"],
["Thank You", "ありがとう", "Arigatō"],
],
"Days of the Week":[
["Monday","げつ ようび","Getsu yōbi"],
["Tuesday","か ようび","Ka yōbi"],
["Wednesday","すい ようび","Sui yōbi"],
["Thursday","もく ようび","Moku yōbi"],
["Friday","きん ようび","Kin yōbi"],
["Saturday","ど ようび","Do yōbi"],
["Sunday","にち ようび","Nichi yōbi"],
],
"Animals":[
["Dog","いぬ","Inu"],
["Cat","ねこ","Neko"],
["Horse","うま","Uma"],
["Monkey","さる","Saru"],
["Elephant","ぞう","Zō"],
["Rabbit","うさぎ","Usagi"],
]
}
Program Flow
This program has a couple of different modes, so we'll go over how it works first.
The user starts by seeing a list of the chapters in their deck,
along with a line of button labels. Hitting the Begin button
right away will simply combine all the cards into one big study
session and start up, but they can also pick specific chapters
to focus on.