For late cards, something similar happens, but depending on the grade 
sometimes the actual interval is used in the calculations, sometimes the 
scheduled interval.

Peter

On Sunday, February 05, 2012 10:09:12 PM Murray James Morrison wrote:
> Peter,
> 
>                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
> 
> Does this change for cards reviewed after the date they're due? How is the
> scheduling of late cards different?
> 
> --murrayjames
> 
> On Tue, Jan 24, 2012 at 5:21 PM, Michael Campbell <
> 
> [email protected]> wrote:
> > 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.
-- 
Peter Bienstman
Ghent University, Dept. of Information Technology
Sint-Pietersnieuwstraat 41, B-9000 Gent, Belgium
tel: +32 9 264 34 46, fax: +32 9 264 35 93
WWW: http://photonics.intec.UGent.be
email: [email protected]

-- 
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.

Reply via email to