<html>
<head>
<title>
Student questionnaire
</title>
</head>
<body>

<h2>
Student questionnaire
</h2>

<blockquote>
CS 248 - Introduction to Computer Graphics
<br>
Spring Quarter, 1995
<br>
Marc Levoy
<br>
handout #2 (online version)
<br>
</blockquote>

<p>
<hr>

<FORM method=POST 
      action=/cgi-bin/mailform.cgi?cs248tas@kittyhawk.stanford.edu>

<pre>
Name:				<input type=text size=40 name=name>
Department or major:		<input type=text size=40 name=major>
Degree and year:		<input type=text size=40 name=degree>
Email address:			<input type=text size=40 name=address>


How many computer graphics courses have you taken?		<input type=text size=10 name=graphics>
How many calculus courses have you taken?			<input type=text size=10 name=calculus>
How many courses in linear algebra?				<input type=text size=10 name=algebra>
How many courses in probability or statistics?			<input type=text size=10 name=probability>
How many courses in Fourier analysis or digital signal processing?   <input type=text size=5 name=fourier>

Have you ever used a Silicon Graphics workstation?		<input type=text size=10 name=sgi>
Have you ever programmed in GL?					<input type=text size=10 name=gl>
Do you know C?							<input type=text size=10 name=c>

Probability you will take this course for credit:		<input type=text size=10 name=credit>
</pre>

<input type=submit value="Submit">
<input type=reset value="Clear Form">
</FORM>

<p>
<hr>
<address>
levoy@cs.stanford.edu
</address>
Friday, 20-Feb-1998 15:46:57 CST

</body>
</html>
