Difference between revisions of "Meta Evaluation"

From FreekiWiki
Jump to navigation Jump to search
(New page: <graphviz> digraph{ start [label="Start Here", shape="box"] cart [label="Is there room on the cart?"] shelves [label="Are the shelves overflowing?"] recyclers [label="How many recyclers \...)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
 
digraph{
 
digraph{
 +
 +
  node [fontname="Helvetica", fontsize="11"]
 +
  edge [fontname="Helvetica"]
  
 
start [label="Start Here", shape="box"]
 
start [label="Start Here", shape="box"]
cart [label="Is there room on the cart?"]
+
cart [label="Is there room on \nthe outgoing cart?"]
shelves [label="Are the shelves overflowing?"]
+
shelves [label="Are the icoming \nshelves overflowing?"]
 
recyclers [label="How many recyclers \nare working?"]
 
recyclers [label="How many recyclers \nare working?"]
 
one_full [label="Is there at least one \nrecycle gaylord full?"]
 
one_full [label="Is there at least one \nrecycle gaylord full?"]
 
two_full [label="Are there at least two \nrecycle gaylords full?"]
 
two_full [label="Are there at least two \nrecycle gaylords full?"]
recycle_all [label="Recycle everything without \na Testing post-it.", shape="box"]
+
recycle_all [label="Prepare each incoming machine\n for Recycle. (Unless\n it has a Testing post-it.)", shape="box"]
 
test_all [label="Evaluate machines for \ntesting."]
 
test_all [label="Evaluate machines for \ntesting."]
 
whatis [label="What is the machine?"]
 
whatis [label="What is the machine?"]
inkjet [label="Follow the inkjet \nflowchart.", shape="box"]
+
inkjet [label="Follow the 'Inkjet \nTesting' wiki.", shape="box"]
laserjet [label="Follow the laserjet \nflowchart.", shape="box"]
+
laserjet [label="Follow the 'Laserjet \nTesting' wiki.", shape="box"]
scanner [label="Follow the scanner \nflowchart.", shape="box"]
+
scanner [label="Follow the 'Scanner \nTesting' wiki.", shape="box"]
fax [label="Follow the fax machine \nflowchart.", shape="box"]
+
fax [label="Follow the 'Fax machine \nEvaluation' wiki.", shape="box"]
  
 
start -> cart
 
start -> cart

Latest revision as of 09:45, 3 July 2008

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.