From 1461fbd9b929cdcb373bc2b3cb677762268cf0c1 Mon Sep 17 00:00:00 2001 From: Ian Valentin Christensen Date: Mon, 29 Apr 2024 15:29:39 +0200 Subject: develop another graph --- worlding/_learningdefensive.dot | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 worlding/_learningdefensive.dot (limited to 'worlding/_learningdefensive.dot') diff --git a/worlding/_learningdefensive.dot b/worlding/_learningdefensive.dot new file mode 100644 index 0000000..89b103f --- /dev/null +++ b/worlding/_learningdefensive.dot @@ -0,0 +1,34 @@ +digraph { +compound=true; +Distraction [shape=box] +Success [shape=box] +Failure [shape=box] +Action [shape=box] + +LearningMaterial -> Knowledge [ label="describes" ] +Teacher -> LearningMaterial [ label="explains" ] +Distraction -> Attention [ label="breaks" ] +Motivation -> Attention [ label="enables" ] +Defensive -> Motivation [ label="type of",arrowtail=icurve ] +Expansive -> Motivation [ label="type of",arrowtail=icurve ] +Digitalization -> {Notifications SearchEngines} [ label="enables" ] +Notifications -> Distraction [ label="causes" ] +SearchEngines -> LearningMaterial [ label="finds" ] +Knowledge -> World [ label="approximates" ] +Need -> Defensive [ label="causes" ] +Want -> Expansive [ label="causes" ] +Attention -> LearningDepth [ label="enables" ] +LearningDepth -> Knowledge [ label="expands" ] +Success -> Goal [ label="accomplishes" ] +University -> Expectations [ label="dictates" ] +Teacher -> Expectations [ label="embodies" ] +Expectations -> Need [ label="causes" ] +Prediction -> Action [ label="determines" ] +Action -> World [ label="interacts with" ] +Knowledge -> LearningMaterial [ label="shapes" ] +World -> {Success Failure} [ label="determines" ] +Knowledge -> Prediction [ label="creates" ] +Failure -> Prediction [label="disproves"] +LearningMatter -> LearningMaterial + +} \ No newline at end of file -- cgit v1.2.3