aboutsummaryrefslogtreecommitdiff
path: root/worlding/_learningbox.dot
blob: e5ad016062dc7a616c8e3ba7401284fc18142037 (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. Motivation -> Attention [ label="enables" ]
  11. Defensive -> Motivation [ label="type of",arrowtail=icurve ]
  12. Expansive -> Motivation [ label="type of",arrowtail=icurve ]
  13. Digitalization -> {Notifications SearchEngines} [ label="enables" ]
  14. Notifications -> Distraction [ label="causes" ]
  15. SearchEngines -> LearningMaterial [ label="finds" ]
  16. Knowledge -> World [ label="approximates" ]
  17. Need -> Defensive [ label="causes" ]
  18. Want -> Expansive [ label="causes" ]
  19. Attention -> LearningDepth [ label="enables" ]
  20. LearningDepth -> Knowledge [ label="expands" ]
  21. Success -> Goal [ label="accomplishes" ]
  22. University -> Expectations [ label="dictates" ]
  23. Teacher -> Expectations [ label="embodies" ]
  24. Expectations -> Need [ label="causes" ]
  25. Prediction -> Action [ label="determines" ]
  26. Action -> World [ label="interacts with" ]
  27. Knowledge -> LearningMaterial [ label="shapes" ]
  28. World -> {Success Failure} [ label="determines" ]
  29. Knowledge -> Prediction [ label="creates" ]
  30. Failure -> Prediction [label="disproves"]
  31. LearningMatter -> LearningMaterial
  32. }