Rev 7513 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3752 | czzmrn | 1 | !!@# translate between !!@# et !!#@ |
2 | !if nom_fichier iswordof $error |
||
5894 | bpr | 3 | <span class="wims_warning"> |
3752 | czzmrn | 4 | !!@# |
5 | Il nome del file scelto non è valido: non è possibile utilizzare |
||
6235 | bpr | 6 | né <span class="tt">..</span> né <span class="tt"> / </span> nel nome del file. |
3752 | czzmrn | 7 | !!#@ |
5894 | bpr | 8 | </span> |
3752 | czzmrn | 9 | !exit |
10 | !endif |
||
11 | !if bad_data iswordof $error |
||
12 | !!@# |
||
13 | <b>Errore.</b> Non è stato possibile comprendere i valori inviati. Errore di battitura? |
||
14 | !!#@ |
||
15 | !exit |
||
16 | !endif |
||
7513 | bpr | 17 | |
3752 | czzmrn | 18 | !if $error!=$empty |
19 | !if target iswordof error |
||
5894 | bpr | 20 | <span class="wims_warning"> |
3752 | czzmrn | 21 | !!@# |
22 | Scegli un modulo. |
||
23 | !!#@ |
||
7513 | bpr | 24 | </span> |
3752 | czzmrn | 25 | !exit |
26 | !endif |
||
5894 | bpr | 27 | <span class="wims_warning"> |
3752 | czzmrn | 28 | !!@# |
29 | Non dimenticare di compilare i campi obbligatori contrassegnati da *. |
||
30 | !!#@ |
||
5894 | bpr | 31 | </span> |
3752 | czzmrn | 32 | !endif |
33 | !if type_exo iswordof $error or file iswordof $error |
||
34 | !!@# |
||
35 | In particolare: |
||
36 | !!#@ |
||
7513 | bpr | 37 | <dl> |
3752 | czzmrn | 38 | !if type_exo iswordof $error |
39 | <dt> |
||
40 | !!@# |
||
41 | Scegliere il tipo di quesito a risposta multipla. |
||
42 | !!#@ |
||
43 | </dt> |
||
44 | !endif |
||
45 | |||
46 | !if file iswordof $error |
||
47 | <dt> |
||
48 | !!@# |
||
7513 | bpr | 49 | Questo esercizio dipende da dati che voi dovete inserire in un file seguendo il |
3752 | czzmrn | 50 | formato indicato nell'help on line, altrimenti non potrà funzionare. |
51 | In questa fase dovete indicare il nome del file con conterrà tali dati. |
||
52 | !!#@ |
||
53 | </dt> |
||
54 | !endif |
||
55 | </dl> |
||
14560 | bpr | 56 | !endif |
3752 | czzmrn | 57 | !if oefempty iswordof $error and $transfert=yes |
58 | !!@# |
||
59 | Come prima cosa è necessario creare un modulo OEF nel vostro account Modtool. |
||
60 | !!#@ |
||
7513 | bpr | 61 | !endif |
3752 | czzmrn | 62 | !exit |
63 | |||
64 | |||
65 | !msg $error |