You could try to reset the appropriate fields in the database (e.g. default.db) using sqlite commands and then pass the database.
A helpful GUI for this is e.g. the firefox addon SQLite Manager: https://addons.mozilla.org/de/firefox/addon/5817 The following command doesn't seem to reset all data, but at least all cards are reset to unlearned: update cards set grade=-1,next_rep=-1,last_rep= -1,easiness=2.5,acq_reps=0,ret_reps=0,lapses=0,acq_reps_since_lapse=0,ret_reps_since_lapse=0; Maybe that's better than nothing? -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/mnemosyne-proj-users/-/tyvAgyfg9GwJ. 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.
