--- doc/homework/homework5.html 2002/06/06 08:24:55 1.16
+++ doc/homework/homework5.html 2002/06/07 06:39:00 1.17
@@ -88,7 +88,7 @@
<essayresponse> implements a ungraded large
- text response, it need an internal <textarea>
+ text response, it need an internal <textfield>
for the response to go in.
@@ -260,9 +260,9 @@ A message to be shown to the students
-
- <textarea> creates a Large text input box, If
+ <textfield> creates a Large text input box, If
data appears between the start and end tags, the data will
- appear i the textarea if the student has not yet made a
+ appear in the textfield if the student has not yet made a
submission. Additionally it takes two arguments rows
and cols which control the height and width of the
area respectively. It defaults to 10 and 80.