I’m glad it’s useful!
It is. The only reason we’re not posting here is because it’s working as intended.
Thank you so much for the script! This is amazing!!!
Although, one thing I’m missing is the items being devided by level. I think this would really make it more orderly and just perfect. Otherwise, I really love this script so much!
Just one question: What does “Questions correct” mean? For example, I just did a review of 50 itmes, however it shows 92 out of 110 under “questions correct”. What does this refer to?
I’m guessing here but most every item has two “questions”, one for the spelling and one for the meaning.
Hello! Love the script, thank you for your work on it. However, I’m not seeing any lines in the session accuracy session. I use the default WaniKani mode on Chrome.
This actually makes sence, thanks! But it still doesn’t explain the additional 10. Perhaps it’s when you get an item wrong two times
It counts all questions you answer (meaning or reading), so it’ll count multiple times if you get one wrong and so need to answer it again to get it right! It’s a percentage of “out of all the answers I gave, how many were correct?”
It looks like you’re on an old version of the script - could you try going to the install link again and checking whether you can update it? Tampermonkey sometimes seems to fail to update scripts for a while
Yes that was it! Now I feel silly I didn’t try to manually update it myself lol
Ok, I’ve got a big feature request that will probably take a significant amount of effort.
- Work on Extra Study pages (will obviously need to display different information than SRS movements, which gets into the following points)
- Know when we are doing study on items that have already been burned (perhaps we have to keep track of each individual item and whether it is burned or not so that we can place them in their own section at the end of the session)
- Have a section/list where each burned item that we answered wrong at least once is selectable
- A button that resurrects the selected burned items from this list
- A button that resurrects all burned items in this section
I wanted the resurrection to also allow you to select what SRS stage to resurrect to, but it turns out this is impossible to do. You can look at Burn Manager to see how programmatically resurrecting/retiring items works. Seems like there may be some issues with rate limiting though. I don’t know if that was taken care of with the move to Apiv2 or not.
I really just want an easy way to be able to resurrect burned items I get wrong when studying them via extra study. Edit: maybe also show the number of times it was answered incorrectly? I can imagine that you don’t want to immediately resurrect something you only got wrong once but remembered the next time (assuming you didn’t open item info and look at the answer right away, which I try to not do during extra study).
I noticed that radicals that are images are not aligned with the other items.
The image is a square 24x24 px here, but the anchor is 24x21.6 px. I don’t know enough about styling to fix this myself. Maybe using the SVGs instead of an image would be better here?
For a smaller feature request, would it make sense to show the skull mark if you get both the reading and meaning wrong? It’s basically the same as getting it wrong twice, and I want to be shamed for it
Absolutely love the script, thanks very much for making it. There’s one addition I think would be easy to implement but not necessary in the slightest: the ability to press “Enter” or “->” to return to the dashboard without having to click the dashboard button. Very minor but would be nice
PS: I had a quick glance through the code and I really like how well commented and readable it is. Well done!
imo, “Enter” is reserved for not pressing too fast, so probably rather “Esc”. Maybe can work too without issues.
I can add Esc and → as hotkeys to return to the dashboard! I’ll get to it this weekend - this week has been / is being a nightmare in terms of time, so I haven’t been able to work on the script for a few days unfortunately
@NeonRabies @eternith 0.4.2 posted with skull badges for getting reading + meaning incorrect and with Esc and → to return to dashboard!
0.5.0 released. Adds a history graph of your accuracy from the last 10 sessions. It shouldn’t appear until 4 review sessions after you update, and will then keep expanding until it’s got the past 10 saved. Let me know if you have any ideas for how I could improve it!
I’m currently considering expanding it to record the last 20 sessions and adding date markers to it but haven’t decided whether that will look better or not.
The WK team are actually playing 4d chess. By dismantling the summary page, they forced their userbase to make a replacement. And the replacement is already better than what we used to have, and keeps getting better.
Thanks for sharing, Hubbit.
Alright, through my own tampering I think I’ve figured out how to fix this. I jumped right in to changing the code to use the webcomponent but I believe that’s not necessary. Changing the height property of the .summary-popup li a
rule from 2.6rem to 2.75rem then changing the vertical-align property of the .summary-popup li a img
rule to top should fix the alignment (although maybe things are different for the image; I don’t have any image radicals coming up for a bit since I just used the ones I had to test the webcomponent change, so I can’t test with the images myself).
In 0.4.2 I included a potential fix for the image radicals, I’ll see next time one comes up whether it fixed it or not, if not then I’ll try your method!