diff options
author | Ian Valentin Christensen <ian@localhost.localdomain> | 2024-04-29 15:56:19 +0200 |
---|---|---|
committer | Ian Valentin Christensen <ian@localhost.localdomain> | 2024-04-29 15:56:19 +0200 |
commit | 9a075776f048614616a1105bee889d8c60d76324 (patch) | |
tree | 0b758f8e8a574fdb0434f8a8383ce163cdfd4761 /worlding/_learningdefensive.dot | |
parent | 1461fbd9b929cdcb373bc2b3cb677762268cf0c1 (diff) |
develop .dot files
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" ] |