> Learning never exhausts the mind
> ā [[Leonardo Da Vinci]]
## Note
Helps us with [[Understanding]] concepts
### Problems
- We were never taught how to actually learn in school, which only led to [[Propositional knowing]]
- [[People don't have a deep desire to learn and do certain things, so you have to get them to]]
### Theories
[[Bloom's taxonomy]]
### Strategies
- [[Applied learning]]
[[Iterative Learning]]
[[Spaced Repetition]]
[[Active Recall]]
[[Learn something new by connecting it to something that you already know]]
## Queries
### Notes
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs
- How people learn
- Design for how people learn
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```