[

(define (show q a b c)
  (brl ]<li>[q]<br />
<input type="checkbox" name="a" value="1"> [a]<br />
<input type="checkbox" name="b" value="3"> [b]<br />
<input type="checkbox" name="c" value="5"> [c]<br />
[ ))

]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Gilmanometer</title>
    <link rel="STYLESHEET" type="text/css" href="/brl.css" />
  </head>
  <body>
<div class="top">
    <center>
    <h1>Gilmanometer</h1>
    </center>
</div>

<hr />

<form method="POST" action="results.html">
<ol>
[
(show "have you ever fixed something..."
      "a. in your home?"
      "b. in someone else's home (without pay)?"
      "c. with a milk carton or jug?")

(show "have you ever re-used..."
      "a. wire?"
      "b. string?"
      "c. something you found along a roadside?")

(show "when confronted with a public toilet or toilet-paper dispenser which is malfunctioning or misconfigured in some way, have you ever..."
      "a. diagnosed the problem?"
      "b. fixed it?"
      "c. ...with material or tools you had with you?")

(show "have you ever encountered..."
      "a. management displeasure"
      "b. because you don't boast enough"
      "c. or because your standards of integrity are higher than theirs?")

(show "have you ever..."
      "a. run a group discussion?"
      "b. with an easel?"
      "c. or a talking rock?")

(show "hove you ever..."
      "a. used the word \"special\""
      "b. as a compliment"
      "c. for something not very mainstream?")

(show "have you ever..."
      "a. invited an odd number of friends over"
      "b. for tea"
      "c. with lots of Chinese art and/or photos around?")

(show "do you take pride in..."
      "a. finding resource-sparing solutions"
      "b. in ways that do not require help from others"
      "c. using materials you already possess?")

(show "have you ever taken..."
      "a. a stand for human rights and human dignity"
      "b. at some cost and inconvenience to yourself"
      "c. even days before a major family event such as a wedding?")
]</ol>
<input type="submit" value="Results">
</form>


<p><a href="[(brl-source-link brl-context)]">View Source</a></p>

  </body>
</html>