jj-tetraquark / wanikani-burn

Adds a space on the wanikani dash that reviews random burned items
4 stars 2 forks source link

Remove randomness #4

Open chrispthompson opened 8 years ago

chrispthompson commented 8 years ago

hope I'm posting this in the right place!

I've been using this script and loving it. I had the thought that it would get exponentially more useful if the reviews went through your burned items sequentially, rather than randomly.

Perhaps a correct answer sends the item to the very end of the queue,

while a wrong answer sends it down the queue by a user-definable number. So if I knew I was doing about 100 reviews a day I could set it to 400 if I want to see anything I got wrong in another 4 days or so.

thanks again

jj-tetraquark commented 8 years ago

This is the right place :) I think this should be doable. I'll need to double check but I think the API supports a burn date and I could probably keep a record of ones you've done recently in local storage.