Diff for /doc/homework/Attic/homework4.html between versions 1.2 and 1.5

version 1.2, 2000/11/22 00:12:58 version 1.5, 2001/05/19 01:04:55
Line 18 Line 18
   student, it also provides hints to the data's markup and    student, it also provides hints to the data's markup and
   when it should be autoconverted, and when it should be    when it should be autoconverted, and when it should be
   ignored. All of these tags except <b>&lt;outtext&gt;</b> are    ignored. All of these tags except <b>&lt;outtext&gt;</b> are
   valid and parsed by &parsed() inside a <b>&lt;script&gt;</b>.    valid and parsed by &amp;parsed() inside a <b>&lt;script&gt;</b>.
  </p>   </p>
  <p>   <p>
   Additionaly any perl style variables are replaced with the    Additionaly any perl style variables are replaced with the
Line 194 Line 194
       Answer Section        Answer Section
       <ul>        <ul>
  <li>   <li>
   <b> answergroup has little in the way of purpose anymore, showrandomfoil is it</b>  
   <b>&lt;answergroup&gt;</b> this defines a grouping of  
   <b>&lt;*response&gt;</b> 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 <b>&lt;*response&gt;</b>s to decide whether this  
   grouping was correct, and assigns a grade, and provides any  
   feedback.    
   
           <br><i>ID</i>, 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.  
   
   <br><i>name</i> optional, if set, it will be used by the  
   resource assembly tool when one is modfiying parameters.  
   
  </li>  
  <li>  
   <b>&lt;*response&gt;</b> further documentation will be available    <b>&lt;*response&gt;</b> further documentation will be available
   in the future. Roughly these will take a set of data from    in the future. Roughly these will take a set of data from
   the enclosed input structures, and one or more correct    the enclosed input structures, and one or more correct
Line 236 Line 215
   <b>&lt;responseparam&gt;</b> can appear inside a <b>&lt;*response&gt;</b>,    <b>&lt;responseparam&gt;</b> can appear inside a <b>&lt;*response&gt;</b>,
   they provided config options for the <b>&lt;*response&gt;</b>    they provided config options for the <b>&lt;*response&gt;</b>
       
   <br><i>type</i> specifies the parameter name, what are    <br><i>name</i> specifies the parameter name, what are
   possible values depends on the <b>&lt;*response&gt;</b>    possible values depends on the <b>&lt;*response&gt;</b>
   
   <br><i>value</i> specifies the possible values for this    <br><i>type</i> specifies the possible values for this
   type, possible arguments are: "option1|option2|option3" or    type, possible arguments are: "option1|option2|option3" or
   "numerictype,lownum-highnum" numeric type can be either int    "numerictype,lownum-highnum" numeric type can be either int
   or float    or float
Line 312 Line 291
       Libraries        Libraries
       <ul>        <ul>
  <li>   <li>
   <b>&lt;scriptlib&gt;</b> the enclosed name is a file that    <b>&lt;parserlib&gt;</b> the enclosed name is a file that
   contains definition for new tags.    contains definition for new tags.
  </li>   </li>
  <li>   <li>
   <b>&lt;parserlib&gt;</b> the enclosed name is a file that    <b>&lt;scriptlib&gt;</b> the enclosed name is a file that
   contains extensions to the parser.    contains extensions to the parser.
  </li>   </li>
       </ul>        </ul>
Line 374 Line 353
     <address><a href="mailto:albertel@marvin.lite.msu.edu">Guy Albertelli</a></address>      <address><a href="mailto:albertel@marvin.lite.msu.edu">Guy Albertelli</a></address>
 <!-- Created: Mon Mar 27 16:14:28 EST 2000 -->  <!-- Created: Mon Mar 27 16:14:28 EST 2000 -->
 <!-- hhmts start -->  <!-- hhmts start -->
 Last modified: Tue Nov 21 19:08:18 EST 2000  Last modified: Thu Dec 28 17:50:36 EST 2000
 <!-- hhmts end -->  <!-- hhmts end -->
   </body>    </body>
 </html>  </html>

Removed from v.1.2  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>