User:Gnom: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
(New page: <graphviz> digraph G4 { "Learning theories" [URL="Learning theory"]; "Pedagogic strategy" [URL="Pedagogic strategy"]; "Instructional design model" [URL="Instru...)
 
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<graphviz>
<graphviz>
digraph G4 {
digraph G4 {
             "Learning theories" [URL="Learning theory"];
            node [shape=box];
             "Pedagogic strategy" [URL="Pedagogic strategy"];
            "Root" [URL="tree root"];
    "Instructional design model" [URL="Instructional design model"];
            "Father" [URL="Father page"];
             "Learning theories" -> "Pedagogic strategy";
             "Grand Father F" [URL="Grand Father page F"];
             "Instructional design model" -> "Pedagogic strategy"
             "Grand Father M" [URL="Grand Father page M"];
    "Mother" [URL="Mother page"];
    "Grand Mother F" [URL="Grand Mother page F"];
    "Grand Mother M" [URL="Grand Mother page M"];
            "Child A" [URL="Child page A"];
            "Child B" [URL="Child page B"];
             "Child C" [URL="Child page C"];
            "Child A" -> "Root";
            "Child B" -> "Root";
            "Child C" -> "Root";
             "Root" -> "Father";
            "Root" -> "Mother";
            "Father" -> "Grand Father F"
            "Father" -> "Grand Mother F"
            "Mother" -> "Grand Father M"
            "Mother" -> "Grand Mother M"
}
}
</graphviz>
</graphviz>

Latest revision as of 23:30, 15 July 2008