Reduce (or increase) each interval by some fixed percent. So that you’ll have twice as many review by day, and avoid forgetting cards if you were too generous with them.
Liên kết hỗ trợ
Reviews (2)
👍 2023-12-06
The only addon that can correct intervals after a period of overuse of “easy” or “hard” buttons.
On Anki 2.1.66 it failed with a python error, but I was able to fix it by editing init.py file to add some extra RepresentsInt conversions on lines 64-65 as follows:
setattr(card, whichDue, RepresentsInt(getattr(card, whichDue)-decrease)) card.ivl -= RepresentsInt(decrease)
👍 2019-08-08
this is a useful add-on.
There is another add-on by the original creator with a different but related/similar purpose: ‘Postpone card’s review’, https://ankiweb.net/shared/info/1152543397 . This was discussed on reddit, https://www.reddit.com/r/Anki/comments/cc647d/is_there_a_way_to_reduce_the_delay_of_all_the/