Spaced repetition and test flashcards

Learning technique usually using flashcards, where information that is newer, and harder to remember are shown more frequently, while information that is older and easier to remember is shown less frequently.

This is done to take advantage of the spacing effect which can be a better way and quicker way to learn and keep information.
— Simple English Wikipedia

Great thing with spaced repetition is remembering things, which can be sort of foundation to quickly do other things. For example, you need to understand some high level concept to be able to do some task. If you don’t remember required information, you need to look it up, which can take time and break your flow. Or sometimes it’s not possible to look up information, because you don’t have enough time or resources.

Human brains learn best when information is reviewed at gradually increasing intervals. This is “spacing effect”.

To implement the spaced repetition strategy, you can use tools such as flash cards or specialized software that can adapt the timing of review intervals based on your performance.

Right now I’m using Obsidian plugin spaced repetition and various note types to generate flashcards. I also use it to select current notes to work.

Hotkeys

Spaced repetition obsidian plugin custom hotkeys.

  • Review flashcards in this note::C-A-f
  • Review flashcards from all notes::C-A-a
  • Review note as easy::C-A-1 for file, 1 for current flashcard
  • Review note as good::C-A-2 for file, 2/space for current flashcard
  • Review note as hard::C-A-3 for file, 3 for current flashcard
  • Review notes (not flashcards) with spaced repetition::C-A-`
  • View statistics::A-S

Test spaced repetition plugin

Simple highlight.

Simple highlight with several highlights show only first. Cloze Update

Highlight (Cloze) with new line inside it is not work ing. Still?

Double::colon.

Double colon with new line is not working:: correctly (empty).

Simple
Question

Simple question
With a new
Lines

Simple question with new lines just before question separator &#10;<br>
Is working correctly

Simple question with code block, inside code blocks new lines
Test sentence
Is good

print(1)
 
print(2)

Simple question
With Newlines is not working

as expected