Rev 10537 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !set wims_module_log=error: $error |
2 | |||
4387 | bpr | 3 | <span class="wims_warning">$wims_name_Error</span>. |
10737 | guerimand | 4 | !if $error=badvariablename |
5 | L'une, au moins, des variables techniques que vous utilisez n'existe pas ou n'est pas modifiable à ce niveau. Votre questionnaire ne fonctionnera pas correctement. |
||
6 | !exit |
||
7 | !endif |
||
8 | |||
10233 | guerimand | 9 | !if $error=notechvar |
10537 | czzmrn | 10 | In questo corso non sono definite variabili tecniche. Prima di poter utilizzare questo modello di questionario è necessario definire una variabile a partire dalla pagina Gestione variabili tecniche. |
10233 | guerimand | 11 | !exit |
12 | !endif |
||
23 | reyssat | 13 | |
14 | !if $error = not_user |
||
15 | I questionari sono solo accessibili all'interno di un corso. |
||
16 | !exit |
||
17 | !endif |
||
18 | |||
19 | !if $error = bad_vote |
||
20 | Il questionario richiesto non esiste. |
||
21 | !exit |
||
22 | !endif |
||
23 | |||
24 | !if $error = already_voted |
||
25 | Hai già compilato il questionario. Non è possibile modificare la propria |
||
26 | risposta perché questo questionario è in forma anonima. |
||
27 | !exit |
||
28 | !endif |
||
29 | |||
30 | !if $error = too_many_votes |
||
31 | Ci sono troppi questionari, non è possibile crearne uno nuovo. |
||
32 | Sei sicuro di aver veramente bisogno di così tanti questionari? |
||
33 | !exit |
||
34 | !endif |
||
35 | |||
36 | !if $error = no_content |
||
37 | Manca il testo del questionario. |
||
38 | !exit |
||
39 | !endif |
||
40 | |||
41 | !if $error = no_title |
||
42 | Manca il titolo del questionario. |
||
43 | !exit |
||
44 | !endif |
||
45 | |||
46 | !if $error = bad_data |
||
47 | Alcune definizioni non sono valide. Verifica quanto digitato. |
||
48 | !exit |
||
49 | !endif |
||
50 | |||
321 | czzmrn | 51 | !if $error = not_secure |
52 | È possibile esportare i dati solo da un IP sicuro. |
||
53 | !exit |
||
54 | !endif |
||
55 | |||
4251 | guerimand | 56 | !if $error = no_vote |
4259 | czzmrn | 57 | Non è possibile visionare i risultati del questionario prima di aver dato la propria risposta. |
4251 | guerimand | 58 | !exit |
59 | !endif |
||
60 | |||
5369 | bpr | 61 | !if $error = bad_variable |
5901 | bpr | 62 | Il nome della variabile inserito (<span class="tt wims_code_words">$namevar</span>) non può essere utilizzato perché è un nome già in uso dal sistema. |
5369 | bpr | 63 | !exit |
64 | !endif |
||
65 | |||
23 | reyssat | 66 | !msg $error |
67 |