Subversion Repositories wimsdev

Rev

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

  1.  <b>Matriz.</b> (nombre: <span class="tt">matrix</span>)<br>
  2.  Como para las respuestas vectoriales, cada coeficiente es evaluado y comparado
  3.  con el coeficiente correspondiente de la respuesta correcta.
  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 good if a percentage (50 %) of good 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 good and bad
  16.  coefficients (or 0.5 if the precision is not sufficient).
  17. </p>
  18.