QuickRecall
Create flashcards and review them with spaced repeition.
QuickRecall is a spaced repetition flashcard generator and review tool that helps you memorize information more effectively. It follows the tried and tested method of presenting flashcards sequentially, giving some time for recall, and then verifying. The plugin provides guidance on how to use the tool effectively, including best practices for creating flashcards. To ensure the most benefits, make use of the /api/recordCardPractice endpoint to track your progress. QuickRecall is a must-have for learners, educators, and knowledge workers.
How to
Comments (0)
Try it
API docs
Learn how to use QuickRecall effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Can you help me find the next flashcard to review?"
-
Prompt 2: "I want to create a new flashcard."
-
Prompt 3: "I just practiced a flashcard, and I want to record my recall grade."
-
Prompt 4: "Can you update a flashcard for me?"
-
Prompt 5: "I accidentally created a duplicate flashcard, how can I delete it?"
Features and commands
Feature/Command | Description |
---|---|
getNextCardToReview | This command retrieves the next flashcard that needs to be reviewed. It provides only the front of the card and does not reveal the answer immediately. |
Feature/Command | Description |
---|---|
createCard | This command allows you to create a new flashcard. Make sure to provide the information for the front and back of the card. |
Feature/Command | Description |
---|---|
recordCardPractice | This command is used to record the result of practicing a flashcard. You need to provide the flashcard ID and the recall grade on a scale of 0 to 3 (0: forgot, 1: hard, 2: good, 3: easy). |
Feature/Command | Description |
---|---|
updateCard | This command allows you to update the content of a flashcard. Provide the updated information for the front and back of the card. |
Feature/Command | Description |
---|---|
deleteCard | This command is used to delete a flashcard. Provide the ID of the flashcard you want to delete. |