Hi!
Thanks so much for your guide. I am at level four of Wanikani and this is helping me so much. I am trying to access KameSame but I logged in and then everything is blank. Does anybody else have the same problem?
Thanks,
Ana
Hi!
Thanks so much for your guide. I am at level four of Wanikani and this is helping me so much. I am trying to access KameSame but I logged in and then everything is blank. Does anybody else have the same problem?
Thanks,
Ana
Hey, glad it has been useful to you
Iād suggest leaving a post reporting that on the KameSameās thread. Thatās where the creator of KS can help you out
Sorry youāre having an issue! Send me your OS and browser version. The most common cause for something like this is an older or unsupported browser
Hi Searls,
I have chrome in Windows 10. I opened it in Opera and it works there but it is not a browser I normally use.
Ok. I just verified the latest Chrome and Windows builds work for me. If you could open developer tools with ctrl-shift-I and click the console tab, it may tell you what the error is.
Everyone, Iām in the process of rewriting some parts of the Guide.
Iāve been thinking of removing the reorder script, due to it being easy to be abused. The Guide is being listed in the welcome emails from the behalf of the team, so I think itās smart to protect the beginners from abuse.
Instead, Iāll be recommending these scripts:
Iāll be also adding the following scripts:
Do you have default settings for this one @rfindley? If so, which ones? A solid default settings would pretty much remove the need to even play with them in the first place (for the average user).
Iām probably forgetting some relevant scripts right now, so feel free to throw suggestions at me. This is just about the script chapter, but I intend to make a much significant change to the Guide. Vacation mode, full speed, schedule chapter, how to handle WKās intensity, what to look for, etc⦠everything needs some sort of improvement
These are the default settings for Double-Check:
var defaults = {
allow_retyping: true,
allow_change_correct: true,
allow_change_incorrect: true,
typo_action: 'ignore',
delay_wrong: true,
delay_multi_meaning: false,
delay_slightly_off: false,
delay_period: 1.5,
show_lightning_button: true,
lightning_enabled: false,
srs_msg_period: 1.2,
autoinfo_correct: false,
autoinfo_incorrect: false,
autoinfo_multi_meaning: false,
autoinfo_slightly_off: false
}
Essentially, itās the normal WK experience except:
Sounds solid! Thanks for letting me know Iāll be sure to add it to the list then
For beginners, Iād recommend disabling the āmark correctā button. Frankly, Iād delete it from the script if there werenāt other people who like it.
Yeah, I think it makes sense? The user can just override the answer and type it again correctly. Somehow I donāt want people hitting it for a spam of correct answers, even if that sounds weird and extremely niche I mean, people skip vocab lessons with the reorder, after all
Iāll go ahead and change that default and post an update in a few min.
I think Iāll also disable the āmark wrongā button by default, so someone doesnāt accidentally click āmark wrongā and not know how to get it back to ācorrectā. Once they understand the script better, they can change the settings at any time.
edit: done
I wonder if the SRS reorder script writer could change the defaults to something less damaging either - like only priorities apprentice items etc. (and maybe even a settings interfaceā¦)
Yeah, Iāll contact them tomorrow about that. Now Iām dying and Iām completely avoiding communicating in order not to say nonsense
Zombie!jpr!
I use it quite often. I type too dang fast and misspell/mistype too often. (Actually, I just hit +)
Inspirational
What do you think about something like what iKnow does? Basically, it gives you the reviews by staleness (for lack of a better term). For example, having a Master review a day overdue isnāt a big deal compared to being an hour overdue for an Apprentice 1 review, so youād get the Apprentice 1 item first. But if you waited long enough, a Master review could eventually be prioritized over an Apprentice 1 item. You could even throw in a customizable randomness factor (maybe 10% by default) so youāre not guaranteed to get everything in exactly SRS order.
Do you mean that each item would get assigned a numerical value according to its staleness? So like, master is X hours, then divided by how many houra have gone by since the last time it was reviewed, and the smaller the number the earlier it will show up in reviews, regardless of item type?
(And, letās say, a minimum of 10% of the reviews would be randomised? Preferably with the ability to add more randomness?)
I really like this idea! Since it would still be randomised somewhat, it could even be set to run automatically when you start reviewing rather than manually.
More or less, yeah. I think the formula would basically be time since last review / SRS interval length
. The higher the number the more stale it is. I would then multiply that number by the randomness factor. For a 10% randomness factor, this would be a random number between 0.9 and 1.1.
If this is something people are interested in, Iāll take a look. I already posted a question in the Open Framework thread to find out the best way to grab available review data. After that I should be able to experiment a bit.
Iām interested!