Subversion Repositories wimsdev

Rev

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

  1. <b>Finite set (literal, formal and approximative).</b>
  2.  (names: <span class="tt">set</span>, <span class="tt">fset</span> and <span class="tt">aset</span>) <br>
  3.  This is a list of (literal) elements separated by commas,
  4.  where the order is not important.
  5. <p>
  6.   If <span class="tt">repeat</span> is a word of option, the elements
  7.   must be with repetition as in the correct answer. Otherwise, the answer is only
  8.   partially correct.
  9. </p><p>
  10.   Si le mot <span class="tt wims_code_words">nospace</span>
  11.   est présent dans l'option, les espaces à l'intérieur des items ne sont
  12.   pas pris en compte.
  13. </p><p>
  14.   For <span class="tt">set</span>, no evaluation is done to the elements (so that 2 and 1+1
  15.   are not the same element).
  16. </p><p>
  17.   For <span class="tt">fset</span>, the elements are evaluated as
  18.   <em>formal expressions</em>.
  19. </p><p>
  20.   For <span class="tt">aset</span>, the elements are evaluated as
  21.   <em>approximative expressions</em>.
  22. </p>
  23.