Desciption
After a review session I’ve always felt that just giving a list of incorrect items is pretty useless. Sure it’s nice to be able to go through the list a couple of times but you end up learning the sequence rather than items.
This script aims to fix that problem. With a quick click you’ll be drilled on your incorrect item.
In short, the script hides all the incorrect items, randomizes their order and then displays one item at a time. To see the next item you just press the spacebar. Since this is made to be able to quickly drill items, you don’t need to type your answers
Installation
- Install Tampermonkey on your browser
- Install the script from here.
Usage
To start a drill click on “Apprentice”, “Guru” or “Master” to start drilling items. To advance to the next item just press the spacebar. If the drill doesn’t start then refresh the page.


Issues
- The script doesn’t load after finishing your reviews, it requires a refresh of the page.
- When drilling, if you mouse over an item to get the answer, the answer text will bleed outside the answers box. Fixed thanks to rfindley, will update script shortly
If anybody knows how to fix these issues, please tell me. I’ve never developed a userscript before and I’ve never really used javascript before.
Other issues might exist as I’ve not been able to test it as much as I would have liked. Simply put, I’ve been too accurate on my reviews recently and just haven’t been able to test all elements as a result.
Future Plans
This will probably be extended to allow you to do the same drills on the lesson screen.