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