mirror of https://github.com/dirtbags/moth.git
42 lines
1.2 KiB
HTML
42 lines
1.2 KiB
HTML
<p>
|
|
Thanks for playing Capture The Flag! We would like to know what you
|
|
think of the game; please fill out this survey and you will
|
|
recieve a key redeemable for <b>ONE MILLION POINTS</b>.
|
|
</p>
|
|
|
|
<fieldset>
|
|
<legend>Survey</legend>
|
|
|
|
<form method="post" action="submit.cgi">
|
|
<ul>
|
|
<li>
|
|
Did you have any trouble figuring out how to play?
|
|
<select name="getting-started">
|
|
<option>A lot of trouble</option>
|
|
<option selected="selected">Not much trouble</option>
|
|
<option>No trouble</option>
|
|
</select>
|
|
</li>
|
|
|
|
<li>
|
|
How difficult were the puzzles?
|
|
<select name="puzzle-strength">
|
|
<option>Too hard</option>
|
|
<option selected="selected">About right</option>
|
|
<option>Too easy</option>
|
|
</select>
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
Please use the provided space for any additional comments.
|
|
</p>
|
|
<textarea name="comments" style="height: 5em; width: 40em;"></textarea>
|
|
<p>
|
|
Thanks for your feedback! We hope you had fun and learned
|
|
something!
|
|
</p>
|
|
<input type="submit" name="submit" value="Submit survey" />
|
|
</form>
|
|
</fieldset>
|