Custom Scheduling - Revert Cards to Learning

Whenever I click “Hard” and the Hard states.hard.normal.review.scheduledDays = 1, I would like to revert the card back to a new card and start learning over from the beginning.

What would the javascript command be to revert the card to NEW and start learning over?

As far as I know there isn’t a specific command, but you could do this:

states.hard.normal = { "new": { "position": 1 } };

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.