summaryrefslogtreecommitdiff
path: root/worlding/_learningdefensive.dot
blob: 2db992a9c734f13a785e74d6bd9b4996464163b5 (plain)
  1. digraph {
  2. compound=true;
  3. Distraction [shape=box]
  4. Success [shape=box]
  5. Failure [shape=box]
  6. Action [shape=box]
  7. LearningMaterial -> Knowledge [ label="describes" ]
  8. Teacher -> LearningMaterial [ label="explains" ]
  9. Distraction -> Attention [ label="breaks" ]
  10. DefensiveMotivation -> Attention [ label="enables" ]
  11. Digitalization -> {Notifications SearchEngines} [ label="enables" ]
  12. Notifications -> Distraction [ label="causes" ]
  13. SearchEngines -> LearningMaterial [ label="finds" ]
  14. Knowledge -> World [ label="approximates" ]
  15. Need -> DefensiveMotivation [ label="causes" ]
  16. Attention -> LearningDepth [ label="enables" ]
  17. LearningDepth -> Knowledge [ label="expands" ]
  18. Success -> Goal [ label="accomplishes" ]
  19. University -> Goal [ label="dictates" ]
  20. Teacher -> Goal [ label="embodies" ]
  21. Goal -> Need [ label="causes" ]
  22. Prediction -> Action [ label="determines" ]
  23. Action -> World [ label="interacts with" ]
  24. Knowledge -> LearningMaterial [ label="shapes" ]
  25. World -> {Success Failure} [ label="determines" ]
  26. Knowledge -> Prediction [ label="creates" ]
  27. Failure -> Prediction [label="disproves"]
  28. LearningMatter -> LearningMaterial
  29. }