summaryrefslogtreecommitdiff
path: root/worlding/_learningdefensive.dot
diff options
context:
space:
mode:
Diffstat (limited to 'worlding/_learningdefensive.dot')
-rw-r--r--worlding/_learningdefensive.dot34
1 files changed, 34 insertions, 0 deletions
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