Flashcards / Spaced Repetition
Last updated
Last updated
Spaced repetition (SRS) is an evidence-based learning technique that is usually performed with flashcards. It is based on learning over a longer period time with distributed sessions. Newly introduced and more difficult flashcards are shown more frequently, while older and less difficult flashcards are shown less frequently in order to exploit the psychological spacing effect.1 The use of spaced repetition has been proven to increase rate of learning.
In Logseq, we can make use of Spaced Repetition by adding the #card
or [[card]]
syntax. We create cards and clozes quite easily.
There're two ways to create a card.
You can add either #card
or [[card]]
to any block to make it a card.
You can right-click the bullet and select "Make a card", which will add #card
to the end of the current block.
Write the answer / back of the card in the child block
As an example, you should have something like
Capital of Spain #card
Madrid
The above will show on the front of the card Capital of Spain
and show Madrid
when you click show answer.
The content in a cloze is not shown by default. For example, [...], you can click it to reveal its content. You can have multiple [...] in a block too.
Type a sentence like My birthday is
Type /cloze, which will activate the cloze feature. Input text such as 1 January
in the defined area
The input should look something like My birthday is {{cloze 1 January}}
Click away and you will be left with `My birthday is [...]