From 6b687b1c565905318bdeeb17ef5117488bc81256 Mon Sep 17 00:00:00 2001 From: Ian Valentin Christensen Date: Tue, 30 Apr 2024 11:44:46 +0200 Subject: modify learning graph --- worlding/_learning.dot | 29 ++++------------------------- 1 file 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 -- cgit v1.2.3