anki_review_quality: Review Quality Score
Description
Detects low-quality reviews: pattern clicking, rushed reviews,
suspicious timing patterns, and other indicators of disengaged studying.
Usage
anki_review_quality(
path = NULL,
profile = NULL,
days = 30,
min_time_ms = 800,
max_time_ms = 60000
)
Value
A list with quality metrics and flagged reviews
Arguments
- path
Path to collection.anki2 (auto-detected if NULL)
- profile
Profile name (first profile if NULL)
- days
Number of days to analyze (default 30)
- min_time_ms
Minimum expected review time in ms (default 800)
- max_time_ms
Maximum expected review time in ms (default 60000)
Examples
Run this codeif (FALSE) {
quality <- anki_review_quality()
quality$score
quality$issues
}
Run the code above in your browser using DataLab