Subversion Repositories wimsdev

Rev

Rev 14620 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  <b>Number with range.</b> (name: <span class="tt">range</span>)<br>
  2.  Comparison of real numbers within a range. The correct reply should be
  3.  composed of two numbers, m and n, separated by a comma, with m&lt;n. Any
  4.  input between m and n (inclusive) will be accepted as correct.
  5.  <p>
  6.  Multiple ranges can be specified by appending more items into the correct
  7.  reply.
  8.  <p>
  9.  If the correct reply contains an odd number of items, the last item will be
  10.  used for the shown correct answer.
  11.  
  12.  The macro slib <span class="tt">text/approximation</span> can be used to calculate these three numbers
  13.  automatically.
  14.  
  15.