diff options
Diffstat (limited to 'worlding/_learningdefensive.dot')
-rw-r--r-- | worlding/_learningdefensive.dot | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/worlding/_learningdefensive.dot b/worlding/_learningdefensive.dot index 89b103f..2db992a 100644 --- a/worlding/_learningdefensive.dot +++ b/worlding/_learningdefensive.dot @@ -8,21 +8,18 @@ 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 ] +DefensiveMotivation -> Attention [ label="enables" ] 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" ] +Need -> DefensiveMotivation [ 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" ] +University -> Goal [ label="dictates" ] +Teacher -> Goal [ label="embodies" ] +Goal -> Need [ label="causes" ] Prediction -> Action [ label="determines" ] Action -> World [ label="interacts with" ] Knowledge -> LearningMaterial [ label="shapes" ] |