diff --git a/conjugation/drill.js b/conjugation/drill.js index ef643b3..464660c 100644 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -641,7 +641,8 @@ function generateVerbQuestion() { window.question = question; window.word = word; - window.answer = wordWithFurigana(furiganaForms[to_form]); + window.answer = kanjiForms[to_form]; + window.answerWithFurigana = wordWithFurigana(furiganaForms[to_form]); window.answer2 = answer2; $('#next').prop('disabled', true); @@ -672,7 +673,7 @@ function processAnswer() { log.history.push({ "question" : window.question, "response" : response, - "answer" : window.answer, + "answer" : window.answerWithFurigana, "kana" : window.answer2, "correct" : correct }); @@ -684,7 +685,7 @@ function processAnswer() { if ((response == window.answer) || (response == window.answer2)) { $('#message').html(""); } else { - $('#message').html("