Taxonomic sandbox: различия между версиями
Материал из Поле цифровой дидактики
Patarakin (обсуждение | вклад) Нет описания правки |
Patarakin (обсуждение | вклад) Нет описания правки |
||
| Строка 44: | Строка 44: | ||
</graphviz> | </graphviz> | ||
=== Вариант 2 === | |||
<graphviz> | |||
digraph IL | |||
{ | |||
node [nodesep=2, shape="none", style=""] ; | |||
edge [arrowhead=normal, arrowsize=0.4, len=1.2]; | |||
size ="14,14" ; | |||
rankdir=LR ; | |||
ILEs -> "Teaching Systems" ; | |||
ILEs -> "Empowering Systems" ; | |||
BASIC [shape="box"], AlgoBlock [shape="box"], "Tangible Programming Bricks" [shape="box"], "Moose Crossing" [shape="box"], Blue [shape="box"], GNOME [shape="box"], MacGnome [shape="box"], LogoBlocks[shape="box"], Alice [shape="box"], "Magic Forest" [shape="box"], LegoSheets [shape="box"], Curlybot [shape="box"], Leogo[shape="box"], Pascal [shape="box"], Smalltalk [shape="box"], "Karel J Robot"[shape="box"], "Karel++"[shape="box"],"Atari 2600 BASIC" [shape="box"], Karel [shape="box"],Josef [shape="box"], Turingal [shape="box"], "Robot Odyssey" [shape="box"], "The Incredible Machines" [shape="box"], AlgoArena [shape="box"], Robocode [shape="box"], "Toon Talk" [shape="box"], AgentSheets [shape="box"], Pygmalion [shape="box"], Mondrain [shape="box"], ChemTrains [shape="box"], "Pinball Construction Set" [shape="box"], "Alternate Reality Kit" [shape="box"], COBOL [shape="box"], Logo [shape="box"], Alice98 [shape="box"], Etoys [shape="box"], Fabrik [shape="box"], Boxer [shape="box"], Hypercard [shape="box"], Bongo [shape="box"], Mindrover [shape="box"], StarLogo [shape="box"], Hank [shape="box"], "The Incredible Machines" [shape="box"]; | |||
"Teaching Systems" -> {"Mechanics of Programming", "Social Learning", "Providing Reasons to Program" } ; | |||
"Mechanics of Programming" -> "Expressing Programs" ; | |||
"Mechanics of Programming" -> "Structuring Programs" ; | |||
"Mechanics of Programming" -> "Understanding Program Execution" ; | |||
"Social Learning" -> "Side by Side"; | |||
"Side by Side" -> AlgoBlock ; | |||
"Side by Side" -> "Tangible Programming Bricks" ; | |||
"Social Learning" -> "Networked Interaction"; | |||
"Networked Interaction" -> "Moose Crossing"; | |||
"Expressing Programs" -> "Simplify Typing Code"; | |||
"Expressing Programs" -> "Find Alternatives to Typing Programs" ; | |||
"Structuring Programs" -> "New Programming Models" ; | |||
"New Programming Models" -> Pascal ; | |||
"New Programming Models" -> Smalltalk; | |||
"Structuring Programs" -> "Making New Models Accessible" ; | |||
"Making New Models Accessible" -> "Karel J Robot" ; | |||
"Making New Models Accessible" -> "Karel++" ; | |||
"Understanding Program Execution" -> "Tracking Program Execution"; | |||
"Tracking Program Execution" -> "Atari 2600 BASIC"; | |||
"Understanding Program Execution" -> "Make Programming Concrete"; | |||
"Make Programming Concrete" -> "Karel" ; | |||
"Make Programming Concrete" -> "Josef" ; | |||
"Make Programming Concrete" -> "Turingal" ; | |||
"Understanding Program Execution" -> "Models of Program Execution"; | |||
"Models of Program Execution" -> "Toon Talk" ; | |||
"Providing Reasons to Program" -> "Solve Problems by Positioning Objects" ; | |||
"Solve Problems by Positioning Objects" -> "Robot Odyssey"; | |||
"Solve Problems by Positioning Objects" -> "The Incredible Machines"; | |||
"Providing Reasons to Program" -> "Solve Problems Using Code" ; | |||
"Solve Problems Using Code" -> "AlgoArena"; | |||
"Solve Problems Using Code" -> "Robocode"; | |||
"Simplify Typing Code" -> "Simplify the Language"; | |||
"Simplify the Language" -> BASIC ; | |||
"Simplify the Language" -> Blue ; | |||
"Simplify Typing Code" -> "Prevent Syntax Errors"; | |||
"Prevent Syntax Errors" -> GNOME ; | |||
"Prevent Syntax Errors" -> MacGnome; | |||
"Find Alternatives to Typing Programs" -> "Construct Programs Using Objects" ; | |||
"Construct Programs Using Objects" -> LogoBlocks ; | |||
"Construct Programs Using Objects" -> Alice ; | |||
"Construct Programs Using Objects" -> "Magic Forest" ; | |||
"Find Alternatives to Typing Programs" -> "Create Programs Using Interface Actions" ; | |||
"Create Programs Using Interface Actions" -> LegoSheets ; | |||
"Create Programs Using Interface Actions" -> Curlybot ; | |||
"Find Alternatives to Typing Programs" -> "Provide Multiple Methods for Creating Programs" ; | |||
"Provide Multiple Methods for Creating Programs" -> Leogo ; | |||
"Empowering Systems" -> Mechanics ; | |||
"Empowering Systems" -> "Enhabced activities" ; | |||
Mechanics -> "CodeIsTooDifficult"; | |||
"CodeIsTooDifficult" -> "Demonstrate Actions in the Interface" ; | |||
"Demonstrate Actions in the Interface" -> Pygmalion; | |||
"Demonstrate Actions in the Interface" -> Mondrain ; | |||
"CodeIsTooDifficult" -> "Demonstrate Conditions and Actions" ; | |||
"Demonstrate Conditions and Actions" -> AgentSheets ; | |||
"Demonstrate Conditions and Actions" -> ChemTrains ; | |||
"CodeIsTooDifficult" -> "Specify Actions" ; | |||
"Specify Actions" -> "Pinball Construction Set" ; | |||
"Specify Actions" -> "Alternate Reality Kit"; | |||
Mechanics -> "ImproveProgrammingLanuages"; | |||
"ImproveProgrammingLanuages" -> "Make the Language More Understandable" ; | |||
"Make the Language More Understandable" -> COBOL ; | |||
"Make the Language More Understandable" -> Logo; | |||
"Make the Language More Understandable" -> Alice98 ; | |||
"ImproveProgrammingLanuages" -> "Improve Intereaction with Language" ; | |||
"Improve Intereaction with Language" -> Etoys; | |||
"Improve Intereaction with Language" -> Fabrik ; | |||
"ImproveProgrammingLanuages" -> "Integration with Environment" ; | |||
"Integration with Environment" -> Boxer; | |||
"Integration with Environment" -> Hypercard; | |||
"Enhabced activities" -> Entertainment ; | |||
Entertainment -> Bongo; | |||
Entertainment -> Mindrover; | |||
"Enhabced activities" -> "Education" ; | |||
"Education" -> StarLogo ; | |||
"Education" -> Hank ; | |||
} | |||
</graphviz> | |||
[[Категория:Diagrams]] | [[Категория:Diagrams]] | ||
Версия от 09:48, 6 сентября 2022

Вариант 2
Diagrams error (with dot command): Error: /tmp/diagrams_ind6f56d88c144.dot: syntax error in line 14 near ','
