This is alpha code. Do not use. Disable Fuzz is an add-on that disables the random "fuzz" applied by the Anki spaced repetition algorithm. Alternatively, it can be configured to fuzz only intervals greater than or equal to a user specified value. It is compatible with:
- Anki v2.0
- Anki v2.1 with the default scheduler
- Anki v2.1 with the experimental v2 scheduler
To install follow the instructions...
Configuration is via setting MINIMUM_INTERVAL
. The following options are available:
MINIMUM_INTERVAL = -1
: Disables fuzz entirely. This is the default.MINIMUM_INTERVAL = [non_negative_integer]
: Fuzz only intervals greater than or equal tonon_negative_integer
. For exampleMINIMUM_INTERVAL = 30
will fuzz intervals of 30 or larger. Intervals of less than 30 will not be fuzzed.
Load Balanced Scheduler will not perform load balancing for intervals which are not fuzzed.
If you encounter a bug or need support please see the official README. Please report bugs through github. Please don't use the review section of the AnkiWeb add-on page for support as I won't receive a notification and there is no way for me to respond.
- Version 1.0.0 -- ....
- ...