Rev 23 | Rev 2124 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !set wims_module_error=error: $error |
||
3 | |||
4 | <b>Errore.</b> |
||
5 | |||
6 | !if empty_data iswordof $error |
||
7 | La risposta è incompleta. |
||
8 | !exit |
||
9 | !endif |
||
10 | |||
11 | !if bad_data iswordof $error |
||
12 | Il server non è stato in grado di interpretare la risposta. Errore di battitura? |
||
13 | !exit |
||
14 | !endif |
||
15 | |||
16 | !if double_reply iswordof $error |
||
17 | Hai già dato una risposta a questa domanda e ottenuto un |
||
18 | punteggio. Le ripetizioni sono ignorate (è inutile utilizzare |
||
19 | il tasto `reload' del browser per correggere la risposta!) |
||
20 | !exit |
||
21 | !endif |
||
22 | |||
23 | !if bad_answer iswordof $error |
||
24 | La risposta <p><center> |
||
25 | <b>$bad_name</b> = <tt>$bad_value</tt> <p></center> |
||
26 | !if nocompute isin $test |
||
27 | non è accettata: occorre svolgere i conti e |
||
28 | dare solo il risultato finale. |
||
29 | !else |
||
30 | non è comprensibile. Correggere e riproporre la risposta. |
||
31 | !endif |
||
32 | !exit |
||
33 | !endif |
||
34 | |||
35 | !if bad_exo iswordof $error |
||
36 | A causa di un errore in questo esercizio (la risposta esatta per |
||
37 | <b>$(replyname$i)</b> non è valida), è impossibile analizzare |
||
38 | l'esattezza della risposta data. Spiacente, ma è necessario cambiare |
||
39 | esercizio. |
||
40 | <p> |
||
41 | Per favore |
||
42 | !if $email!=$empty |
||
43 | !mailurl $email contattare direttamente l'autore |
||
44 | !else |
||
45 | contattare l'autore |
||
46 | !endif |
||
47 | dell'esercizio se si vuole segnalare l'errore. |
||
48 | !exit |
||
49 | !endif |
||
50 | |||
51 | $error |