Bỏ qua đến nội dung

Change each interval by some fixed percent

Chờ xử lý #anki #addon #change #each #interval #some #fixed
https://github.com/Arthur-Milchior/anki-change-interval/issues
9/3/2020

Cách tải addon Change each interval by some fixed percent

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

1869734310

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 1869734310 và copy

2

Mô tả chi tiết

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/