Memorizing Verbatim Quotes With Interdependent Flashcards
Problem
How can we elegantly memorize a quote like
Because the sunset, like survival, exists only on the verge of its own disappearing. To be gorgeous, you must first be seen, but to be seen allows you to be hunted.
— Ocean Vuong
Solution Concept
- Spaced Repetition is probably great to learn how to remember quotes (memoria verborum)
- However, memorizing a whole quote “in one go” is hard verging on impossible
- To solve this, we can split the memorization process into parts; we will memorize the quote from back to front (back-chaining1), using cloze deletion such as:
- “Complete the missing part: Because the sunset ____”
- However, for that, we need multiple spaced repetition flashcards per quote to memorize, and need to learn them in a specific order (this is tedious to author, and the ordering is not supported by traditional software such as Anki2)
- So we design our own webapp supporting this use case…
Screenshots
A special authoring wizard allows to quickly generate a set of staggered flashcards with increasing difficulty.
Flashcards are practiced with a classic reveal-score flow.
Harder flashcards will not come up in practice unless all their prerequisite flashcards are practiced (meaning they came up at least once and are currently not due according to the ts-fsrs3 algorithm).
Links
Gabriel Wyner, Fluent Forever: How to Learn Any Language Fast and Never Forget It, 2014. ↩︎
Is it possible to link cards?, Anki Forums, 2021-09-21. ↩︎