Anki’s revision log, the table that records every review’s metadata, has a time
field which presently measures the time between initially viewing a prompt and answering it (pressing “hard”, “good”, “easy”). This presents a problem when analysing a card’s efficacy as there’s often a non-deterministic difference between the time-to-recall (viewing a card then pressing “show answer”) and the time-to-answer (viewing a card, pressing “show answer”, then choosing an interval).
This plugin makes the revlog.time
field measure time to recall instead.
Warning: This plugin will irrevocably—and discontinuously—affect the total study time and average answer time statistics, as they both derive from this field.
Install from AnkiWeb.
- Download the latest release from here.
- Open the
time-to-recall_v….ankiaddon
in Anki's “install plugin from file” dropdown. - Restart Anki.
-
Make a new directory for the plugin in Anki's
addons21
folder.mkdir $ANKI_DIRECTORY/addons21/time_to_recall
-
Copy over the
src/__init__.py
file.cp src/__init__.py $ANKI_DIRECTORY/addons21/time_to_recall
-
Restart Anki.