diff options
Diffstat (limited to 'worlding/_learning.dot')
-rw-r--r-- | worlding/_learning.dot | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/worlding/_learning.dot b/worlding/_learning.dot index b0444d1..972103e 100644 --- a/worlding/_learning.dot +++ b/worlding/_learning.dot @@ -1,27 +1,6 @@ digraph { - BisectedLearning - -LearningMaterial -> Knowledge [ label="approximates" ] -Teacher -> LearningMaterial [ label="explains" ] -Distraction -> Attention [ label="breaks" ] -PreLearned -> Knowledge [ label="approximates" ] -World -> PreLearned [ label="challenges" ] -Attention [ label="enables" ] -DefensiveMotivation -ExpansiveMotivation -Digitalization -> {Notifications SearchEngines} [ label="enables" ] -Notifications -> Distraction [ label="causes" ] -SearchEngines -> LearningMaterial [ label="finds" ] -Knowledge -> World [ label="describes" ] -Need -> DefensiveMotivation [ label="causes" ] -Want -> ExpansiveMotivation [ label="causes" ] -{World PreLearned} -> Discrepancy [ label="constitutes" ] -Attention -> LearningDepth [ label="enables" ] -LearningDepth -> Discrepancy [ label="decreases" ] -Skill -> Action [ label="enables" ] -PreLearned -> Skill [ label="determines" ] -Discrepancy -> Success [ label="determines" ] -Success -> Goal [ label="accomplishes" ] -University -> Expectations [ label="dictates" ] -Teacher -> Expectations [ label="embodies" ] + "Operative aspect of learning" + "Content aspect of learning" + "Learning action" -> "Operative aspect of learning" [label="unfolds through"] + }
\ No newline at end of file |