Subversion Repositories wimsdev

Rev

Rev 17282 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $error=noexists
  2.   Attention, the exercise requested does not exist. An exercise of the module is taken at random.
  3.   !exit
  4. !endif
  5. !if empty_out iswordof $error
  6.   Su código no ha devuelto ningún resultado. Por favor corríjalo.
  7.   !if $m_reply_err!=$empty
  8.     <pre><span class="wims_warning">$m_reply_err</span></pre>
  9.   !endif
  10.   !exit
  11. !endif
  12.  
  13. !if empty_data iswordof $error
  14.   Ha enviado una respuesta incompleta. Por favor, complétela.
  15.   !exit
  16. !endif
  17.  
  18. !if bad_data iswordof $error
  19.   No he podido evaluar los valores que ha enviado. ¿Error de escritura?
  20.   !exit
  21. !endif
  22.  
  23. !if double_reply iswordof $error
  24.   Ya ha enviado una respuesta a este problema, que ha sido analizada y
  25.   puntuada. Las respuestas repetidas se ignoran. (¡No use el botón `Actualizar'
  26.  de su navegador para reenviar respuestas!)
  27.  !exit
  28. !endif
  29.  
  30. !if bad_answer iswordof $error
  31.  !! ------------- begin of error message for litexp option polfactor polexpand
  32.  !if notreduced iswordof $test
  33.    !if termealgsimp iswordof $test
  34.      !! TODO_lang termealgsimp
  35.      !changeto oef/fr/msg.phtml
  36.    !endif
  37.    !if termenumsimp iswordof $test
  38.      !! TODO_lang termenumsimp
  39.      !changeto oef/fr/msg.phtml
  40.    !endif
  41.    !if termesamepower iswordof $test
  42.      !! TODO_lang termesamepower
  43.      !changeto oef/fr/msg.phtml
  44.    !endif
  45.    !if parenthesis iswordof $test
  46.      !! TODO_lang parenthesis
  47.      !changeto oef/fr/msg.phtml
  48.    !endif
  49.    !if power0 iswordof $test
  50.      !! TODO_lang power0
  51.      !changeto oef/fr/msg.phtml
  52.    !endif
  53.    !if constantbefore iswordof $test
  54.      !! TODO_lang constantbefore
  55.      !changeto oef/fr/msg.phtml
  56.    !endif    
  57.  !endif
  58.  !if badform iswordof $test
  59.    !if notcomplete iswordof $test
  60.      !! TODO_lang notcomplete
  61.      !changeto oef/fr/msg.phtml
  62.    !endif
  63.    !if notfactorised iswordof $test
  64.      !! TODO_lang notfactorised
  65.      !changeto oef/fr/msg.phtml
  66.    !endif
  67.    !if usedivide iswordof $test
  68.      !! TODO_lang usedivide
  69.      !changeto oef/fr/msg.phtml
  70.    !endif
  71.    !if fparenthesis iswordof $test
  72.      !! TODO_lang fparenthesis
  73.      !changeto oef/fr/msg.phtml
  74.    !endif
  75.    !if multifactor iswordof $test
  76.      !! TODO_lang multifactor
  77.      !changeto oef/fr/msg.phtml
  78.    !endif
  79.    !if twofactorcst iswordof $test
  80.      !! TODO_lang twofactorcst
  81.      !changeto oef/fr/msg.phtml
  82.    !endif
  83.    !if factorcontent iswordof $test
  84.      !! TODO_lang factorcontent
  85.      !changeto oef/fr/msg.phtml
  86.    !endif
  87.  !endif
  88.  !! ------------- end of error message for litexp option polfactor polexpand
  89.  !if illegalname iswordof $test
  90.    Su código contiene el término no autorizado <span class="alert tt">$illegal_name</span>. Por favor corríjalo.
  91.    !exit
  92.  !endif
  93.  !if lengthoverflow iswordof $test
  94.    Su código ha excedido el límite de longitud. Por favor reescríbalo.
  95.    !exit
  96.  !endif
  97.  !if badsize iswordof $test
  98.    You must select
  99.    !word 3 of $test
  100.     objects.
  101.    !exit
  102.  !endif
  103.  Su respuesta
  104.  <b>$bad_name</b> = <span class="tt">$bad_value</span>
  105.  !if unknownword iswordof $test
  106.    !set w=!word 3 of $test
  107.    no es comprensible:
  108.    el término <span class="tt">$w</span>
  109.    de la respuesta no tiene relación con el problema o no está autorizado.
  110.    Por favor corríjalo o elija una expresión más sencilla.
  111.    !exit
  112.  !endif
  113.  !if nocompute iswordof $test
  114.    no está permitida: por favor, haga los cálculos usted mismo, y
  115.    envíe el valor resultante.
  116.    !exit
  117.  !endif
  118.  !if nocomputecomplex iswordof $test
  119.    is not allowed.
  120.    Please give the complex number in standard rectangular form
  121.    <span class="tt"> a + b i </span>
  122.    where
  123.    <span class="tt">a</span>
  124.    and
  125.    <span class="tt">b</span>
  126.    are computed, and submit the resulting value (for example,
  127.     <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>).
  128.    !exit
  129.  !endif
  130.  !if badform iswordof $test
  131.    !if noreduced iswordof $test
  132.      no está expresada de forma irreductible. Por favor reduzca la fracción.
  133.      !exit
  134.    !endif
  135.    no está correctamente escrita. Por favor reescríbala de forma correcta.
  136.    !exit
  137.  !endif
  138.  !if notunit iswordof $test
  139.    no es más que un número:
  140.    por favor precise la unidad en su respuesta.
  141.    !exit
  142.  !endif
  143.  !if bad_variable iswordof $test
  144.    is not understandable. It should contain extra variables.
  145.    !exit
  146.  !endif
  147.  is not understandable.
  148.   no puedo entenderla. Por favor, corrija el error y reenvíe su respuesta.
  149.  !exit
  150. !endif
  151.  
  152. !if bad_exo iswordof $error
  153.  Debido a un error en este ejercicio (la respuesta correcta para
  154.  <b>$(replyname$i)</b> es inválida), es imposible comprobar la
  155.  corrección de su respuesta. La única solución para usted es cambiar de ejercicio.
  156.  Lo sentimos.
  157.  <p>
  158.  Puede
  159.  !if $email!=$empty
  160.    !mailurl $email contactar con el autor
  161.  !else
  162.    contactar con el autor
  163.  !endif
  164.  del ejercicio si quiere informarle del error.
  165.   </p>
  166.  !exit
  167. !endif
  168.  
  169. !if too_many_print iswordof $error
  170.  Ha solicitado demasiadas versiones impresas.
  171.  !exit
  172. !endif
  173.  
  174. !if chemclick_empty_data iswordof $error
  175.  You have selected no atom or bond. Look at the help.
  176.  !exit
  177. !endif
  178.  
  179. !if chemdraw_empty_data iswordof $error
  180.  You have not modify the applet. Please complete it.
  181.  !exit
  182. !endif
  183.  
  184. !if draw_bad_object iswordof $error
  185.  You did not draw correctly the requested object ($type): try again!
  186.  !exit
  187. !endif
  188.  
  189. !msg $error
  190.