diff options
Diffstat (limited to 'worlding/_learning.dot')
-rw-r--r-- | worlding/_learning.dot | 10 |
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" ] |