EDFI565 is the hardest class I have ever taken.

True

False

<body>
<form name="form1" method="post" action="two.asp">
<p>EDFI565 is the hardest class I have ever taken.</p>
<p><input name="HardClass" type="radio" value="True">True</p>
<p><input name="HardClass" type="radio" value="False">False</p>
<p><input type="submit" name="Submit" value="Continue"></p>
</form>
</body>