Ah, thanks. I rarely do that, but I think I will start. On Tue, Jan 24, 2012 at 3:31 AM, Peter Bienstman <[email protected]>wrote:
> On Tuesday, January 24, 2012 03:27:00 AM Michael Campbell wrote: > > Under what circumstances does the easiness score on a card go up? > > If you grade it a 5. > > Here's the relevant code: > > 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 > > Peter > > -- > You received this message because you are subscribed to the Google Groups > "mnemosyne-proj-users" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/mnemosyne-proj-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
