<aside>
<img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" /> Databases
Answers
</aside>
<aside>
<img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" /> Information
- Flashcards database: stores the words (note: do not use the title to check, the title property cannot be hidden in most views and it is always visible on a page, so it would defeat the purpose of the flashcard if the answer is visible all the time)
- Answers database: stores the answers, it is related to the flashcards database
- Input the words in the flashcards database: Title (doesn't matter, it can be anything), Word and your Goal; the other properties are automatically calculated
- When you are ready for your session, open the Review view (it is filtered on the cards that needs to be reviewed on or before today) Click the review button on a card and input your answer. The checkbox "Correct" will be calculated. You can display the correct answer by checking "Show word"
- All the properties will be updated
- The Next Review date is calculated like this:
- if the goal has been reached, add 1 month to the last review
- if the last review date is empty (new word) it is set to today
- if the last answer was correct, review in 7 days
- if the last answer was incorrect, review tomorrow
</aside>
Untitled