blob: 79be576b5464afdc4eeed998716d1c3d573b72fe (
plain)
- digraph {
- compound=true;
- Distraction [shape=box]
- Success [shape=box]
- Failure [shape=box]
- Action [shape=box]
- LearningMaterial -> Knowledge [ label="describes" ]
- Teacher -> LearningMaterial [ label="explains" ]
- Distraction -> Attention [ label="breaks" ]
- DefensiveMotivation -> Attention [ label="enables" ]
- Digitalization -> {Notifications SearchEngines} [ label="enables" ]
- Notifications -> Distraction [ label="causes" ]
- SearchEngines -> LearningMaterial [ label="finds" ]
- Knowledge -> World [ label="approximates" ]
- Need -> DefensiveMotivation [ label="causes" ]
- Attention -> LearningDepth [ label="enables" ]
- LearningDepth -> Knowledge [ label="expands" ]
- Success -> Goal [ label="accomplishes" ]
- 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" ]
- World -> {Success Failure} [ label="determines" ]
- Knowledge -> Prediction [ label="creates" ]
- Failure -> Prediction [label="disproves"]
- LearningMatter -> LearningMaterial
- }
|