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



-- 
=================
Murray James Morrison
Saxophonist, Composer, Music Educator

Tel.: +86-18608001531 (China)
Google+: gplus.to/murrayjames
Website: http://www.murrayjames.net

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