Hi, If you want to look at your revision history in the database, the database is a stardard sqlite database, which can be opened in many tools, e.g. sqlitebrowser.
Cheers, Peter > -----Original Message----- > From: [email protected] [mailto:mnemosyne- > [email protected]] On Behalf Of Eric > Sent: 02 April 2017 01:04 > To: mnemosyne-proj-users <[email protected]> > Subject: Re: [mnemosyne-proj-users] Is the interval-multiplier constant? > > בתאריך יום שישי, 31 במרץ 2017 בשעה 14:30:53 UTC+3, מאת Peter Bienstman: > > 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:mnemosyne- > [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 mnemosyne-proj- > [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. > > Hi peter, thanks for your answer. > > I guess I wasn’t clear enough. I'm trying to find out if the factor is > constant in > our brain, not in the software. Actually what interests me most is whether it > decreases. > The software might take some time to adjust a card its true factor, so at > first I > guess the grades won't tell us much. But after a while, if the factor isn't > decreasing in our brain, then the grades should look something like: > 4,4,4,5,4,4,4,5,4,4,4. But if it is, then the grades should look something > like: > 4,4,4,3,4,4,4,3,4,4,4. > > As I mentioned before, I tried to check it in the database that’s available on > archive.org, but MS Access couldn’t open the file. > So I'm wondering if anyone can share their experience on that subject, or > instruct me as how to open the .db file. > > I would greatly appreciate your help. > > -- > 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 mnemosyne-proj- > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mnemosyne-proj-users/8f8307b2- > 8bd4-4000-b35b-fa13de76ec44%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/d023a8a2cece47f38393383b33c0cb8b%40xmail101.UGent.be. For more options, visit https://groups.google.com/d/optout.
