User:Gnom: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<graphviz>
<graphviz>
digraph G4 {
digraph G4 {
             "Root" [URL="Learning theory"];
             node [shape=box];
             "Root" [shape=box];
             "Root" [URL="tree root"];
             "Pedagogic strategy" [URL="Pedagogic strategy"];
             "Father" [URL="Father page"];
    "Instructional design model" [URL="Instructional design model"];
    "Mother" [URL="Mother page"];
             "Fignya" -> "Pedagogic strategy";
             "Root" -> "Father";
             "Instructional design model" -> "Pedagogic strategy"
             "Root" -> "Mother";
}
}
</graphviz>
</graphviz>

Revision as of 23:09, 15 July 2008