User:Gnom: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
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"];
            "Grand Father F" [URL="Grand Father page F"];
             "Fignya" -> "Pedagogic strategy";
             "Grand Father M" [URL="Grand Father page M"];
             "Instructional design model" -> "Pedagogic strategy"
    "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