summaryrefslogtreecommitdiff
path: root/worlding/_learning.dot
blob: b0444d155d4caad3886dca2357e3205de1513e97 (plain)
  1. digraph {
  2. BisectedLearning
  3. LearningMaterial -> Knowledge [ label="approximates" ]
  4. Teacher -> LearningMaterial [ label="explains" ]
  5. Distraction -> Attention [ label="breaks" ]
  6. PreLearned -> Knowledge [ label="approximates" ]
  7. World -> PreLearned [ label="challenges" ]
  8. Attention [ label="enables" ]
  9. DefensiveMotivation
  10. ExpansiveMotivation
  11. Digitalization -> {Notifications SearchEngines} [ label="enables" ]
  12. Notifications -> Distraction [ label="causes" ]
  13. SearchEngines -> LearningMaterial [ label="finds" ]
  14. Knowledge -> World [ label="describes" ]
  15. Need -> DefensiveMotivation [ label="causes" ]
  16. Want -> ExpansiveMotivation [ label="causes" ]
  17. {World PreLearned} -> Discrepancy [ label="constitutes" ]
  18. Attention -> LearningDepth [ label="enables" ]
  19. LearningDepth -> Discrepancy [ label="decreases" ]
  20. Skill -> Action [ label="enables" ]
  21. PreLearned -> Skill [ label="determines" ]
  22. Discrepancy -> Success [ label="determines" ]
  23. Success -> Goal [ label="accomplishes" ]
  24. University -> Expectations [ label="dictates" ]
  25. Teacher -> Expectations [ label="embodies" ]
  26. }