[LON-CAPA-cvs] cvs: doc /homework homework5.html
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 07 Jun 2002 06:39:00 -0000
albertel Fri Jun 7 02:39:00 2002 EDT
Modified files:
/doc/homework homework5.html
Log:
- typos
- textarea is now textfield
Index: doc/homework/homework5.html
diff -u doc/homework/homework5.html:1.16 doc/homework/homework5.html:1.17
--- doc/homework/homework5.html:1.16 Thu Jun 6 04:24:55 2002
+++ doc/homework/homework5.html Fri Jun 7 02:39:00 2002
@@ -88,7 +88,7 @@
</ul>
<li>
<b><essayresponse></b> implements a ungraded large
- text response, it need an internal <b><textarea></b>
+ text response, it need an internal <b><textfield></b>
for the response to go in.
</li>
<li>
@@ -260,9 +260,9 @@
</p>
<ul>
<li>
- <b><textarea></b> creates a Large text input box, If
+ <b><textfield></b> 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 <i>rows</i>
and <i>cols</i> which control the height and width of the
area respectively. It defaults to 10 and 80.