aboutsummaryrefslogtreecommitdiff
path: root/worlding/_learning.dot
diff options
context:
space:
mode:
authorIan Valentin Christensen <ian@localhost.localdomain>2024-04-29 15:28:30 +0200
committerIan Valentin Christensen <ian@localhost.localdomain>2024-04-29 15:28:30 +0200
commit8c6a19d99ca1d56b9cd35f25977c4624885cd831 (patch)
treea97e82b7261394f5d4bcf12d92304f7c1f4c3969 /worlding/_learning.dot
parentd75d677aeae7c3ac204f7b05e3cd4a373b48aae9 (diff)
develop dot files of learning
Diffstat (limited to 'worlding/_learning.dot')
-rw-r--r--worlding/_learning.dot10
1 files changed, 5 insertions, 5 deletions
diff --git a/worlding/_learning.dot b/worlding/_learning.dot
index 0d62b12..1451c7e 100644
--- a/worlding/_learning.dot
+++ b/worlding/_learning.dot
@@ -4,15 +4,15 @@ Teacher -> LearningMaterial [ label="explains" ]
Distraction -> Attention [ label="breaks" ]
PreLearned -> Knowledge [ label="approximates" ]
World -> PreLearned [ label="challenges" ]
-Motivation -> Attention [ label="enables" ]
-Defensive -> Motivation [ label="type of",arrowtail=icurve ]
-Expansive -> Motivation [ label="type of",arrowtail=icurve ]
+Attention [ label="enables" ]
+DefensiveMotivation
+ExpansiveMotivation
Digitalization -> {Notifications SearchEngines} [ label="enables" ]
Notifications -> Distraction [ label="causes" ]
SearchEngines -> LearningMaterial [ label="finds" ]
Knowledge -> World [ label="describes" ]
-Need -> Defensive [ label="causes" ]
-Want -> Expansive [ label="causes" ]
+Need -> DefensiveMotivation [ label="causes" ]
+Want -> ExpansiveMotivation [ label="causes" ]
{World PreLearned} -> Discrepancy [ label="constitutes" ]
Attention -> LearningDepth [ label="enables" ]
LearningDepth -> Discrepancy [ label="decreases" ]