Am Dienstag, 24. Januar 2012 09:31:37 UTC+1 schrieb Peter Bienstman: > 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
Hi, is there a possibility I can change these parameters? Where do I find the file to do that? Thanks Iris -- 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/0432fdc4-f791-4030-9d2a-4a3138ddd9c4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
