--- doc/homework/homework5.html 2002/06/06 07:13:23 1.15
+++ doc/homework/homework5.html 2002/07/17 17:51:46 1.18
@@ -57,6 +57,11 @@
+ <parameter> exactly the same as
+ <responseparam> currently, but should not appear
+ inside of a <*response>
+
+
<numericalresponse> implements a numerical
answer, it needs an internal <textline> for
the response to go in. It checks all styles of numerical
@@ -83,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.
@@ -255,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.
@@ -502,6 +507,12 @@ A message to be shown to the students
the web editor knows what sections should be edited in a
plain text block on the web.
+ -
+ <comment> Allows one to comment out sections
+ of code in a balanced manner, or to provide a comment
+ description of how a problem works. Only shows up for the
+ edit target, stripped out for all other targets.
+
@@ -1142,7 +1153,7 @@ A message to be shown to the students
Guy Albertelli
-Last modified: Thu Jun 6 03:15:56 EDT 2002
+Last modified: Fri Jul 12 18:59:29 EDT 2002