Hi,
This is how the multiplication factor (card.easiness) changes as a function of
grade:
if new_grade == 2:
card.easiness -= 0.16
if new_grade == 3:
card.easiness -= 0.14
if new_grade == 5:
card.easiness += 0.10
if card.easiness < 1.3:
card.easiness = 1.3
Cheers,
Peter
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Eric
Sent: 31 March 2017 11:50
To: mnemosyne-proj-users <[email protected]>
Subject: [mnemosyne-proj-users] Is the interval-multiplier constant?
Hello,
I am trying to find out if the interval-multiplier is constant. That is, if
after a while you keep grading yourself 4?
I tried to check it in the DB that’s available on archive.org, but MS Access
couldn’t open the file.
So I was wondering if anyone can share his experience, or tell me how to open
the .db file.
Many thanks.
--
You received this message because you are subscribed to the Google Groups
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/mnemosyne-proj-users/7078c50e-f957-4f70-a09e-ef48ebbb08d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/mnemosyne-proj-users/5bc0174021914112a5f2460259d8b4a8%40xmail101.UGent.be.
For more options, visit https://groups.google.com/d/optout.