- Run anki's console with
Ctrl+:
- On a console window, paste the code (
import os ~~~~~ write('\n')
on the top white box, and typeCtrl+enter
- File called
revlog.csv
would be at your desktop. Upload that file.
revlog.csv
has these as a content, as indicated here.
- id: Time you did the review
- cid: Time you made the card. Unique for each card.
- usn: Some metadata used for AnkiWeb sync. It tells which data is newer, on web or on your PC.
- ease: What button you pressed. Again/Hard/Normal/Easy
- ivl: Next interval of the card. (You should wait for interval time to study the card again)
- lastIvl: Previous interval of the card
- factor: SM-2 algorithm related thing
- time: Time spent for each review.
- type: Type of review (new card? learn? relearn? cram?)
There aren't anything privacy-related I think. It may reveal the time you do study the most, the time you create the card the most. That's all I think.