Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if dontknow iswordof $error
  3.  Effettivamente l'ultimo passaggio
  4. !if $step_reason=OK
  5.  è corretto. $step_remark
  6. !else
  7.  non è corretto. $step_remark
  8.  <p>
  9.  !read reasons/$step_reason.det
  10.  <p>
  11.  Una versione corretta dell'ultimo passaggio potrebbe essere<p><center>
  12.   <table border=0 bgcolor="#d0c0d0" width="80%"><tr><td align=center>
  13.   !line $step of $good
  14.   </table> </center>
  15.  !endif
  16.  <p>&Egrave; un peccato che tu non te ne sia accorto.
  17.  !goto gnext
  18. !endif
  19.  
  20. <b>Errore.</b>
  21.  
  22. !if step_error iswordof $error
  23.  !if $step_reason=OK
  24.   Ma questo passaggio &Egrave; corretto!
  25.   $step_remark
  26.  !else
  27.   !if $ask_reason>0 and $step_reason!=$ans
  28.    L'ultimo passaggio non &egrave; corretto, ma non per la ragione che tu pensi.
  29.  !else
  30.   No, c'&egrave; un errore nell'ultimo passaggio.
  31.  !endif
  32.  $step_remark
  33.  <p>
  34.  !read reasons/$step_reason.det
  35.  <p>
  36.  Una versione corretta dell'ultimo passaggio potrebbe essere<p><center>
  37.   <table border=0 bgcolor="#d0c0d0" width="80%"><tr><td align=center>
  38.   !line $step of $good
  39.   </table> </center> <p>
  40.  !endif
  41.  :gnext
  42.  <p>
  43.  !if $step<$stepcnt
  44.   !href cmd=reply&ans=next Passaggio successivo
  45.  !else
  46.   L'esercizio &egrave; terminato. Punteggio ottenuto: $module_score/10.
  47. !endif
  48. !exit
  49. !endif
  50.  
  51. !if bad_step iswordof $error
  52. !if $badstep=0
  53.  Tu pensi che tutti i passaggi siano corretti.
  54. !else
  55.  Tu pensi che il primo passaggio errato sia il numero $badstep.
  56. !endif
  57. !if $bad_steps=$empty
  58.  Hai torto: tutti i passaggi sono corretti.
  59.  <p>
  60.  !line $badstep of $remarks
  61. !else
  62.  No, il <em>primo</em> passaggio errato &egrave; il numero $sss. <p>
  63.  !if $badstep>0
  64.   !if $badstep isitemof $bad_steps
  65.    Il passaggio numero $badstep &egrave; effettivamente errato, ma non
  66.    &egrave; il primo passaggio errato.
  67.   !else
  68.    Al contrario, il passaggio numero $badstep &egrave; corretto.
  69.   !endif
  70.  !else
  71.   $bad_reason <p>
  72.   !set rrr=!item 1 of $bad_reasons
  73.   !read reasons/$rrr.det
  74.  !endif
  75. !endif
  76. <p>Punteggio ottenuto: $module_score/10.
  77. !exit
  78. !endif
  79.  
  80. !if double_reply=$error
  81. Hai gi&agrave; dato una risposta a questa domanda e ottenuto un
  82. punteggio. Le ripetizioni sono ignorate (&egrave; inutile utilizzare
  83. il tasto `reload' del browser per correggere la risposta!)
  84.  !exit
  85. !endif
  86.  
  87.