Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if empty_out iswordof $error
  3.  Il codice inserito non ha prodotto output. Correggere.
  4.  !if $m_reply_err!=$empty
  5.   <pre><span class="wims_warning">$m_reply_err</span></pre>
  6.  !endif
  7.  !exit
  8. !endif
  9.  
  10. !! empty_data bad_data double_reply  are in html/msg.phtml.fr - suppress on test
  11.  
  12. !if bad_answer iswordof $error
  13.  !if illegalname iswordof $test
  14.   Your code contains illegal name <span class="tt">$illegal_name</span>. Please correct.
  15.   !exit
  16.  !endif
  17.  !if lengthoverflow iswordof $test
  18.   Il codice inserito supera la lunghezza massima inseribile. È
  19.   necessario riscriverlo.
  20.   !exit
  21.  !endif
  22.  La risposta
  23.  <span span class="tt">$bad_value</span>
  24.  !if unknownword iswordof $test
  25.   !set w=!word 3 of $test
  26.   non è comprensibile: la parola <span class="tt">$w</span>
  27.   contenuta nella risposta data non ha nulla a che fare con il
  28.   problema posto. Correggere e riproporre la risposta.
  29.   !exit
  30.  !endif
  31.  !if nocompute iswordof $test
  32.   non è accettata: occorre svolgere i conti e
  33.   dare solo il risultato finale.
  34.   !exit
  35.  !endif
  36.  !if nocomputecomplex iswordof $test
  37.    non è accettata.
  38.    Per favore inserisci il numero complesso nella forma cartesiana standard
  39.    <span class="tt"> a + b i </span>
  40.    dove
  41.    <span class="tt">a</span>
  42.    e
  43.    <span class="tt">b</span>
  44.     sono i risultati dei calcoli richiesti (per esempio,
  45.     <span class="tt"> -1 + 2 i</span> o <span class="tt"> 1 - 2 i</span>).
  46.    !exit
  47.  !endif
  48.  !if badform iswordof $test
  49.   !if noreduced iswordof $test
  50.    non è una scrittura irriducibile. Riscrivete la frazione ridotta ai minimi termini.
  51.    !exit
  52.   !endif
  53.   non è scritta come richiesto. Riscriverla nella forma corretta.
  54.   !exit
  55.  !endif
  56.  !if notunit iswordof $test
  57.   è solo un numero: occorre specificare l'unità di misura.
  58.  !exit
  59. !endif
  60. !if bad_variable iswordof $test
  61.   is not understandable. It should contain extra variables.
  62.   !exit
  63. !endif
  64.  non è comprensibile. Correggere e riproporre la risposta.
  65. !exit
  66. !endif
  67.  
  68. !if bad_exo iswordof $error
  69.  
  70. !for j=1 to 50
  71.   !if bad_exo $j isin $error
  72.     !set whichexo=!nosubst (la risposta corretta per la domanda $j \
  73.     <span class="tt">$(replyname$j)</span>
  74.     non è valida)
  75.     !!goto end_bad
  76.     !break
  77.   !endif
  78. !next
  79. :end_bad
  80. A causa di un errore in questo esercizio, è impossibile analizzare
  81. l'esattezza della risposta data. Spiacente, ma è necessario cambiare
  82.  esercizio.
  83.  <p>
  84.  Per segnalare l'errore è necessario
  85. !if $email!=$empty
  86.  !mailurl $email contattare direttamente l'autore
  87.  !else
  88.   contattare l'autore
  89. !endif
  90. dell'esercizio.
  91.  </p>
  92.  !exit
  93. !endif
  94.  
  95. !if too_many_print iswordof $error
  96.  Hai richiesto troppe versioni stampabili.
  97.  !exit
  98. !endif
  99.  
  100. !if chemclick_empty_data iswordof $error
  101.  Non è stato selezionato alcun atomo o legame. Consulta le istruzioni.
  102.  !exit
  103. !endif
  104.  
  105. !if chemdraw_empty_data iswordof $error
  106.  Non è stata modificata l'applet. Completare la risposta.
  107. !exit
  108. !endif
  109.  
  110. !msg $error
  111.