Diff for /doc/homework/homework5.html between versions 1.20 and 1.23

version 1.20, 2002/10/04 21:49:47 version 1.23, 2005/04/07 06:56:20
Line 249  A message to be shown to the students Line 249  A message to be shown to the students
     <i>name</i> which should be set to the value of which      <i>name</i> which should be set to the value of which
     &lt;hintpart&gt; will be shown.       &lt;hintpart&gt; will be shown. 
   </li>    </li>
     <li>
       <b>&lt;stringhint&gt;</b> has all the arguments that
       &lt;stringresponse&gt;, does and the required attribute
       <i>name</i> which should be set to the value of which
       &lt;hintpart&gt; will be shown. 
     </li>
     <li>
       <b>&lt;formulahint&gt;</b> has all the arguments that
       &lt;formularesponse&gt;, does and the required attribute
       <i>name</i> which should be set to the value of which
       &lt;hintpart&gt; will be shown. 
     </li>
     <li>
       <b>&lt;optionhint&gt;</b> required attribute <i>name</i>
       which should be set to the value of which &lt;hintpart&gt;
       will be shown.
     </li>
     <li>
       <b>&lt;radiobuttonhint&gt;</b> has the required attribute
       <i>name</i> which should be set to the value of which
       &lt;hintpart&gt; will be shown, and <i>answer</i> which
       should be a two element list, frist the type (foil or
       concept) and then either the foil's name or the concept's
       string
     </li>
  </ul>   </ul>
       </li>        </li>
       <li>        <li>
Line 1064  A message to be shown to the students Line 1089  A message to be shown to the students
              <td valign="top">New to LON-CAPA</td>               <td valign="top">New to LON-CAPA</td>
     </tr>      </tr>
  </table>   </table>
       <p>
         We also support these functions from Math::Cephes
   <pre>
    bdtr:  Binomial distribution
    bdtrc:  Complemented binomial distribution
    bdtri:  Inverse binomial distribution
    btdtr:  Beta distribution
    chdtr:  Chi-square distribution
    chdtrc:  Complemented Chi-square distribution
    chdtri:  Inverse of complemented Chi-square distribution
    fdtr:  F distribution
    fdtrc:  Complemented F distribution
    fdtri:  Inverse of complemented F distribution
    gdtr:  Gamma distribution function
    gdtrc:  Complemented gamma distribution function
    nbdtr:  Negative binomial distribution
    nbdtrc:  Complemented negative binomial distribution
    nbdtri:  Functional inverse of negative binomial distribution
    ndtr:  Normal distribution function
    ndtri:  Inverse of Normal distribution function
    pdtr:  Poisson distribution
    pdtrc:  Complemented poisson distribution
    pdtri:  Inverse Poisson distribution
    stdtr:  Student's t distribution
    stdtri:  Functional inverse of Student's t distribution
   </pre>
   Plase see <a href="http://search.cpan.org/author/RKOBES/Math-Cephes-0.36/lib/Math/Cephes.pod">Math::Cephes</a> for more information
   
       </p>
 <!-- insertion ends -->  <!-- insertion ends -->
   
     <h2>&lt;script&gt; Variables</h2>      <h2>&lt;script&gt; Variables</h2>
Line 1100  A message to be shown to the students Line 1154  A message to be shown to the students
     <ul>      <ul>
       <li>        <li>
  grade_target, grade_username, grade_domain, grade_symb - the   grade_target, grade_username, grade_domain, grade_symb - the
  vaules take precedence over the the normal ENV settings of   vaules take precedence over the the normal env settings of
  these, use &Apache::lonxml::whichuser() to get back the   these, use &Apache::lonxml::whichuser() to get back the
  correct vaues of the items   correct vaues of the items
       </li>        </li>
Line 1159  A message to be shown to the students Line 1213  A message to be shown to the students
     <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: Thu May 17 15:05:35 EDT 2001 -->  <!-- Created: Thu May 17 15:05:35 EDT 2001 -->
 <!-- hhmts start -->  <!-- hhmts start -->
 Last modified: Fri Oct  4 18:01:02 EDT 2002  Last modified: Wed Nov 13 17:33:43 EST 2002
 <!-- hhmts end -->  <!-- hhmts end -->
   </body>    </body>
 </html>  </html>

Removed from v.1.20  
changed lines
  Added in v.1.23


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