Rev 9644 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9644 | Rev 10547 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | !msg $error |
6 | !msg $error |
7 | !exit |
7 | !exit |
8 | !endif |
8 | !endif |
9 | 9 | ||
10 | :already_exist=$error |
10 | :already_exist=$error |
11 | Il documento che voi volete inserire è già contenuto nel corso. |
11 | Il documento che voi volete inserire è già contenuto nel corso. |
12 | !exit |
12 | !exit |
13 | 13 | ||
14 | :baddocnumber |
14 | :baddocnumber |
15 |
|
15 | Le informazioni inserite non corrispondono a alcuno documento disponibile nel corso. |
16 | !exit |
16 | !exit |
17 | 17 | ||
18 | :not_supervisor |
18 | :not_supervisor |
19 |
|
19 | Solo il docente può compiere questa azione. |
20 | !exit |
20 | !exit |
21 | 21 | ||
22 | :insert_fail |
22 | :insert_fail |
23 |
|
23 | state cercando di inserire un modulo per cui non avete l'autorizzazione. |
24 | !exit |
24 | !exit |
25 | 25 | ||
26 | :maxdoc |
26 | :maxdoc |
27 |
|
27 | Il numero massimo di documenti è $max_doc. |
28 | !exit |
28 | !exit |
29 | 29 | ||
30 | :toomuchsheet |
30 | :toomuchsheet |
31 | Il numero massimo di test di autovalutazione consentiti è $max_sheets. Non è possibile creare altri test di autovalutazione. |
31 | Il numero massimo di test di autovalutazione consentiti è $max_sheets. Non è possibile creare altri test di autovalutazione. |
32 | !exit |
32 | !exit |
33 | 33 | ||
34 | :noexo |
34 | :noexo |
35 |
|
35 | Questo documento non contiene alcun esercizio. |
36 | !exit |
36 | !exit |