Output Tags
@@ -17,7 +18,7 @@
student, it also provides hints to the data's markup and
when it should be autoconverted, and when it should be
ignored. All of these tags except <outtext> are
- valid and parsed by &parsed() inside a <script>.
+ valid and parsed by &parsed() inside a <script>.
Additionaly any perl style variables are replaced with the
@@ -193,26 +194,6 @@
Answer Section
- <answergroup> this defines a grouping of
- <*response> that when responded to must all be
- right in order for any to be right, this also allows
- subgroups to exist. For example 1 of N questions that have a
- 1 of N hint question for a leaf in the orginal 1of N
- question. The closing tag in this group uses the results
- from the <*response>s to decide whether this
- grouping was correct, and assigns a grade, and provides any
- feedback.
-
- ID, if this isn't set it will be set during
- the publication step. It is used to assign parameters names
- in a way that can be tracked if an instructor modifies
- things by hand.
-
- name optional, if set, it will be used by the
- resource assembly tool when one is modfiying parameters.
-
-
-
<*response> further documentation will be available
in the future. Roughly these will take a set of data from
the enclosed input structures, and one or more correct
@@ -231,13 +212,13 @@
resource assembly tool when one is modfiying parameters.
- <param> can appear inside a <*response>,
+ <responseparam> can appear inside a <*response>,
they provided config options for the <*response>
- type specifies the parameter name, what are
+ name specifies the parameter name, what are
possible values depends on the <*response>
- value specifies the possible values for this
+ type specifies the possible values for this
type, possible arguments are: "option1|option2|option3" or
"numerictype,lownum-highnum" numeric type can be either int
or float
@@ -263,6 +244,7 @@
resource assembly tool when one is modfiying parameters.
+ part needs to get much of answergroups writeup<part> a problem can consist of multiple parts,
each of these parts can be included or not included through
the construction of a page using the RAT,
@@ -309,11 +291,11 @@
Libraries
- <scriptlib> the enclosed name is a file that
+ <parserlib> the enclosed name is a file that
contains definition for new tags.
- <parserlib> the enclosed name is a file that
+ <scriptlib> the enclosed name is a file that
contains extensions to the parser.
@@ -371,7 +353,7 @@
Guy Albertelli
-Last modified: Thu Jun 1 16:06:26 EDT 2000
+Last modified: Thu Dec 28 17:50:36 EST 2000