diff options
Diffstat (limited to 'worlding/_learning.dot')
-rw-r--r-- | worlding/_learning.dot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/worlding/_learning.dot b/worlding/_learning.dot index 1451c7e..b0444d1 100644 --- a/worlding/_learning.dot +++ b/worlding/_learning.dot @@ -1,4 +1,6 @@ digraph { + BisectedLearning + LearningMaterial -> Knowledge [ label="approximates" ] Teacher -> LearningMaterial [ label="explains" ] Distraction -> Attention [ label="breaks" ] @@ -6,7 +8,7 @@ PreLearned -> Knowledge [ label="approximates" ] World -> PreLearned [ label="challenges" ] Attention [ label="enables" ] DefensiveMotivation -ExpansiveMotivation +ExpansiveMotivation Digitalization -> {Notifications SearchEngines} [ label="enables" ] Notifications -> Distraction [ label="causes" ] SearchEngines -> LearningMaterial [ label="finds" ] |