[UserScript] Quick Answers

:warning: This is a third-party script/app and is not created by the WaniKani team. By using this, you understand that it can stop working at any time or be discontinued indefinitely.

This script is inspired by [UserScript] WaniKani Fast Abridged Wrong/Multiple Answer since this script has many bugs and is no longer maintained I decided to completely rewrite it and add some additional features. Also the name “Fast Abridged Wrong/Multiple Answer” never made sense to me so it is now Quick Answers :slight_smile:

Installation:

Features

  • Shows a popup with the correct answer(s). The popup can be configured to show in the following cases:

    • Wrong answer inputted
    • Correct answer inputted
    • Correct answer but multiple answers available
    • Answer is accepted but a bit off

  • Customizable hotkey to show/hide the popup (default: a)
  • Show Onyomi readings in Katakana
  • Works with and without Double Check
  • Works in lesson quiz, reviews, recent mistakes and extra study
Settings

Settings can be accessed on the Dashboard


Screenshot_5

  • Show On Wrong Answer - Shows the popup if you get the answer wrong.
  • Show On Correct Answer - Show the popup if you get the answer correct.
  • Show On Multiple Answers Available - Shows the popup if multiple answers are available.
  • Show On Your Answer was a bit off - Show the popup if you answer is accepted but not entirely correct.
  • Use Katakana for Onyomi - Shows Kanji Onyomi readings in Katakana.
  • Hide Info Popup - Hides the info popup if the quick answer popup is shown.
  • Toggle Quick Answer Key - The key used to toggle the quick answer popup when it is not shown (default is a)
2 Likes

If enough people request the the custom colours from the old script I’ll add it but personally I never used it

Works a treat, thank you!

It would be nice if it could kick in also for “Recent Mistakes” and “Extra Study” but no problem if it’s too much of a hassle, having it for regular reviews is good enough :slight_smile:

1 Like

Done, I have never actually used the recent mistakes or extra study so I forgot they existed :joy:

1 Like

Thanks much!

Yeah the name was not great. It started as something else and evolved into what it is now, I just never came up with a better name.
True, I haven’t touched it in a while. As for bugs, I can’t say I was aware of any. Oh well.

Besides the new turbo loading breaking it, there was also

I looked at the code and only this setting wkof.settings.fawa.alwaysShowOnlyMultiple seemed to do anything.

The script also relies on Double Check’s didAnswerQuestion event so it wouldn’t work without Double Check. The vanilla event doesn’t have results.passed

But yea the biggest thing for me was not being able to disable it for incorrect answers. I only really use it to see the other meanings/readings. I did actually just have local changes on your script for a long time before I decided to rewrite it, mostly because of the turbo loading.