powered by
Analyzes study patterns to detect potential burnout indicators: declining retention, increasing response time, shorter sessions, more "Again" presses, decreased consistency.
anki_burnout_detection( path = NULL, profile = NULL, days = 30, baseline_days = 90 )
A list with burnout indicators and recommendations
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Number of days to analyze (default 30)
Days to use as baseline for comparison (default 90)
if (FALSE) { burnout <- anki_burnout_detection() burnout$risk_level burnout$indicators }
Run the code above in your browser using DataLab