demo_backdate_topic
Simulate past reviews by backdating a concept's last-reviewed timestamp, enabling testing of review-due calculations without real-time waiting.
Instructions
DEMO/TESTING ONLY: artificially age a concept's last-reviewed timestamp by N days so get_review_due can be tested without waiting real time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daysAgo | No | How many days to age the last-reviewed timestamp (default 5) | |
| conceptId | Yes | The concept ID to backdate | |
| studentId | Yes | The student ID |