Feynman technique
[[concept]]
The Feynman technique is a strategy for learning a topic well. It is based on the premise that ideas mean nothing if they are not communicated effectively - both to yourself and to others.
There are 4 general steps for learning a topic
- Write an explanation as if you're explaining to a child (as simply as possible)
- Identify gaps in your knowledge and fill them
- Refine and organize your simple explanation into a narrative
- Transmit your explanation
Q: What are the four steps of the Feynman technique?
-?-
A: explain, identify gaps, organize, transmit
Mentions
const { dateTime } = await cJS()
return function View() {
const file = dc.useCurrentFile();
return <p class="dv-modified">Created {dateTime.getCreated(file)} ֍ Last Modified {dateTime.getLastMod(file)}</p>
}