mirror of https://github.com/dirtbags/moth.git
45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC
|
|
"-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Survey</title>
|
|
<link rel="stylesheet" href="%s" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<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>
|
|
</body>
|
|
</html>
|
|
|