Subversion Repositories wimsdev

Rev

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

  1.  <b>Vector.</b> (name: <span class="tt">vector</span>)<br>
  2.  Each coefficient is evaluated and compared to the corresponding coefficient
  3.  of the correct answer. Therefore only numerical vectors can be used here.
  4.  The answer as well as the correct answer can either have or not have
  5.  enclosing pairs of parentheses.
  6.  
  7. <br>
  8. :option:vector_left=" "
  9. Description de <span class="tt wims_code_words">option</span> :
  10. <p>The option <span class="tt wims_code_words">vector_left</span> and
  11. <span class="tt wims_code_words">vector_right</span> allow for the
  12. choice of the delimeters to be displayed, both in the input field and
  13. in the answer analysis.
  14. </p>
  15. Example
  16. <pre>
  17. \answer{}{\rep}{type=vector}{option=vector_left=\(\lbracket\),vector_right=\(\rbracket\)}
  18. </pre>
  19. <pre>
  20. \answer{}{\rep}{type=vector}{option=vector_left=\(\Bigg\lbrace\),vector_right=&amp;nbsp;}
  21. </pre>
  22.