calculate_spaced_repetition
Calculate the next optimal review date for spaced repetition using the SM-2 algorithm, based on grade, repetition count, ease factor, and interval.
Instructions
Calculates the exact next optimal review date using the standardized SuperMemo SM-2 algorithm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grade_1_5 | Yes | ||
| repetition_count | Yes | ||
| previous_ease_factor | Yes | ||
| previous_interval_days | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |