<?
include("utils.php");

drawHeader("Quiz");
?>
<H3>The Camera Obscura Quiz</H3>

<FORM ACTION="quiz.logic.php" METHOD="post">

How do you feel about personally having power over others?<br>
<input type="radio" name="personalpower" value="1">No thanks<br>
<input type="radio" name="personalpower" value="2">I have no real desire for it<br>
<input type="radio" name="personalpower" value="3">It can be kinda fun<br>
<input type="radio" name="personalpower" value="4">I'd like to have it<br>
<input type="radio" name="personalpower" value="5">Gimme gimme gimme<br>
<br>

How do you feel about governments having power over people?<br>
<input type="radio" name="govtpower" value="1">Over my cold, dead body<br>
<input type="radio" name="govtpower" value="2">It's a pain<br>
<input type="radio" name="govtpower" value="3">I can deal with it<br>
<input type="radio" name="govtpower" value="4">Usually a good thing<br>
<input type="radio" name="govtpower" value="5">Bow before the state<br>
<br>

When you're starting a project, do you like to:<br>
<input type="radio" name="setup" value="1">Jump right in<br>
<input type="radio" name="setup" value="2">Do some preparation<br>
<input type="radio" name="setup" value="3">Do a lot of preparation<br>
<br>

The act of creation:<br>
<input type="radio" name="create" value="1">Is the purpose of life<br>
<input type="radio" name="create" value="2">Can be fun<br>
<input type="radio" name="create" value="3">Is for those without anything better to do<br>
<br>

Which do you prefer?<br>
<input type="radio" name="features" value="1">Making square things round<br>
<input type="radio" name="features" value="2">Making round things square<br>
<input type="radio" name="features" value="3">Putting holes in things<br>
<br>

Are you ever serious?<br>
<input type="radio" name="serious" value="1">Never<br>
<input type="radio" name="serious" value="2">Occasionally<br>
<input type="radio" name="serious" value="3">Sometimes<br>
<input type="radio" name="serious" value="4">Often<br>
<input type="radio" name="serious" value="5">All the time<br>
<br>

What place does religion have in government?<br>
<input type="radio" name="god" value="1">The state is god<br>
<input type="radio" name="god" value="2">The state is the church<br>
<input type="radio" name="god" value="3">The state is endorsed by god<br>
<input type="radio" name="god" value="4">The state has nothing to do with god<br>
<input type="radio" name="god" value="5">There is no state<br>
<br>

How much do you mind making a mess?<br>
<input type="radio" name="mess" value="1">None<br>
<input type="radio" name="mess" value="2">A little<br>
<input type="radio" name="mess" value="3">Some<br>
<input type="radio" name="mess" value="4">Quite a bit<br>
<input type="radio" name="mess" value="5">A lot<br>
<br>

How much violence can you put up with?<br>
<input type="radio" name="violence" value="1">None<br>
<input type="radio" name="violence" value="2">A little<br>
<input type="radio" name="violence" value="3">Some<br>
<input type="radio" name="violence" value="4">A lot<br>
<input type="radio" name="violence" value="5">Bring it on!<br>
<br>

You're told that you're an idiot. What do you do?<br>
<input type="radio" name="confident" value="1">Walk away muttering<br>
<input type="radio" name="confident" value="2">Punch the asshole<br>
<input type="radio" name="confident" value="3">Laugh and ignore them<br>
<br>

Which is more important?<br>
<input type="radio" name="freedom" value="1">Freedom to do things<br>
<input type="radio" name="freedom" value="2">A balance of freedoms<br>
<input type="radio" name="freedom" value="3">Freedom from things being done<br>
<br>

What is the most important force that ties people together?<br>
<input type="radio" name="ties" value="1">Greed<br>
<input type="radio" name="ties" value="2">Personal honor<br>
<input type="radio" name="ties" value="3">Morality<br>
<input type="radio" name="ties" value="4">Fear<br>
<br>

<br>
<INPUT TYPE="submit" VALUE=" Submit ">
</FORM>

</BODY>