grade_card
Record a card review with recall rating (again, hard, good, easy) to update the FSRS spaced repetition schedule and get next due date.
Instructions
Record a review of a card. rating is how well it was recalled:
'again' (forgot), 'hard', 'good', or 'easy' (1-4 also accepted). FSRS
updates the schedule; returns JSON {card_id, rating, next_due, reps}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating | Yes | ||
| card_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |