Rev 6235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6235 | Rev 7513 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | !!@# |
12 | !!@# |
13 | <b>Errore.</b> Non è stato possibile comprendere i valori inviati. Errore di battitura? |
13 | <b>Errore.</b> Non è stato possibile comprendere i valori inviati. Errore di battitura? |
14 | !!#@ |
14 | !!#@ |
15 | !exit |
15 | !exit |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | !if $error!=$empty |
18 | !if $error!=$empty |
19 | !if target iswordof error |
19 | !if target iswordof error |
20 | <span class="wims_warning"> |
20 | <span class="wims_warning"> |
21 | !!@# |
21 | !!@# |
22 | Scegli un modulo. |
22 | Scegli un modulo. |
23 | !!#@ |
23 | !!#@ |
24 | </span> |
24 | </span> |
25 | !exit |
25 | !exit |
26 | !endif |
26 | !endif |
27 | <span class="wims_warning"> |
27 | <span class="wims_warning"> |
28 | !!@# |
28 | !!@# |
29 | Non dimenticare di compilare i campi obbligatori contrassegnati da *. |
29 | Non dimenticare di compilare i campi obbligatori contrassegnati da *. |
30 | !!#@ |
30 | !!#@ |
31 | </span> |
31 | </span> |
32 | !endif |
32 | !endif |
33 | !if type_exo iswordof $error or file iswordof $error |
33 | !if type_exo iswordof $error or file iswordof $error |
34 | !!@# |
34 | !!@# |
35 | In particolare: |
35 | In particolare: |
36 | !!#@ |
36 | !!#@ |
37 | <dl> |
37 | <dl> |
38 | !if type_exo iswordof $error |
38 | !if type_exo iswordof $error |
39 | <dt> |
39 | <dt> |
40 | !!@# |
40 | !!@# |
41 | Scegliere il tipo di quesito a risposta multipla. |
41 | Scegliere il tipo di quesito a risposta multipla. |
42 | !!#@ |
42 | !!#@ |
43 | </dt> |
43 | </dt> |
44 | !endif |
44 | !endif |
45 | 45 | ||
46 | !if file iswordof $error |
46 | !if file iswordof $error |
47 | <dt> |
47 | <dt> |
48 | !!@# |
48 | !!@# |
49 | Questo esercizio dipende da dati che voi dovete inserire in un file seguendo il |
49 | Questo esercizio dipende da dati che voi dovete inserire in un file seguendo il |
50 | formato indicato nell'help on line, altrimenti non potrà funzionare. |
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. |
51 | In questa fase dovete indicare il nome del file con conterrà tali dati. |
52 | !!#@ |
52 | !!#@ |
53 | </dt> |
53 | </dt> |
54 | !endif |
54 | !endif |
55 | </dl> |
55 | </dl> |
56 | !if oefempty iswordof $error and $transfert=yes |
56 | !if oefempty iswordof $error and $transfert=yes |
57 | !!@# |
57 | !!@# |
58 | Come prima cosa è necessario creare un modulo OEF nel vostro account Modtool. |
58 | Come prima cosa è necessario creare un modulo OEF nel vostro account Modtool. |
59 | !!#@ |
59 | !!#@ |
60 | !endif |
60 | !endif |
61 | !exit |
61 | !exit |
62 | 62 | ||
63 | 63 | ||
64 | !msg $error |
64 | !msg $error |
65 | - | ||
66 | - |