<!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>mysnapsessions Sample Application</title>
<link rel="stylesheet" type="text/css" href="screen.css"/>
</head>
<body>
<div id="content">
<h1>Drat!</h1>
<p>
Well, perhaps you can help me learn for next time.
</p>
<form method="POST" action="/$(dlgid)">
<p>
What was the right answer?
<br/><input type="text" name="newAnimal" value="" />
</p>
<p>
What is a question that distinguishes your animal from a(n) <oldAnimal/>?
<br/><input type="text" name="question" value="" />
</p>
<p>
Finally, what is the correct answer for your animal?<br/>
<input type="submit" name="answer" value="yes" />
<input type="submit" name="answer" value="no" />
</p>
</form>
</div>
</body>
</html>