We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e2f48 commit 13beffcCopy full SHA for 13beffc
readme.md
@@ -0,0 +1,28 @@
1
+```mermaid
2
+graph TD;
3
+ A[Educación y Pedagogía] --> B[EDUCACIÓN]
4
+ A --> C[PEDAGOGÍA]
5
+ A --> D[DISCIPLINAS RELACIONADAS]
6
+ A --> E[AUTORES CLAVE]
7
+
8
+ B --> B1[Formal: Escuela, currículo]
9
+ B --> B2[No formal: Talleres]
10
+ B --> B3[Informal: Familia]
11
12
+ C --> C1[Teorías: Conductismo, Constructivismo]
13
+ C --> C2[Didáctica]
14
+ C --> C3[Evaluación]
15
16
+ D --> D1[Psicología educativa]
17
+ D --> D2[Sociología de la educación]
18
+ D --> D3[Tecnología educativa]
19
20
+ E --> E1[Freire]
21
+ E --> E2[Dewey]
22
+ E --> E3[Vygotsky]
23
24
+ C1 --> E3
25
+ C1 --> E4[Piaget]
26
+ C -.->|Pedagogía crítica| E1
27
28
+```
0 commit comments