Subversion Repositories wimsdev

Rev

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

  1.  <b>Matrix.</b> (name: <span class="tt">matrix</span>)<br>
  2.  As for vector answer, each coefficient is evaluated and compared to the
  3.  corresponding coefficient of the correct answer.
  4.  
  5.  <p>
  6.  Three option words are available:
  7.  <span class="tt wims_code_words">split_coeff</span>,
  8.  <span class="tt wims_code_words">split_row</span>,
  9.  <span class="tt wims_code_words">split_column</span>.
  10.  The answer is partially correct if a percentage (50 %) of correct coefficients
  11.  or rows or columns is correct.
  12.  </p><p>
  13.  If <span class="tt wims_code_words">n</span> is the number of the question,
  14.  the variables <span class="tt wims_code_words">result</span>n contains
  15.  a matrix with 1 and 0 according to the position of the correct and wrong
  16.  coefficients (or 0.5 if the precision is not sufficient).
  17. </p>
  18.