[True Retention] How to change value of mature cards extracted from 21 to 90 days?
https://anki.tenderapp.com/discussions/add-ons/7488-true-retention
The python code:
http://pastebin.com/DzEuba5s
Based on the above discussion, there was someone who had the
same concern as I do:
This add-on extracts mature cards with an interval of 21 days or
greater. “A mature card is one that has an interval of 21
days or greater.” is still too young to be considered
"mature".
Does anyone know how to change the python code on the
add-on so that a mature card means a card with an interval of 90
days or greater?
I have managed to change the display from week to 3 months by
changing to the following value:
Tools --> Add-ons ---> True_Retention ---> Edit
pastWeek = statList(self, lim,
(self.col.sched.dayCutoff-86400*84)*1000)
Yes, the display name will be the same but the value is different. Sorry, I don't know a thing about programming:(
Thank you very much!
Comments are closed, but you can start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by hnous927 on 31 Mar, 2017 11:34 AM
https://github.com/Glutanimate/anki-addons-misc/blob/master/anki-st...
If anyone is interested, an active add-on user Glutanimate have granted my wish and made the add-on. Feel free to use it! Thank you:)