Rev 9629 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1784 | czzmrn | 1 | !set wims_module_log=error: $error |
2 | |||
9644 | guerimand | 3 | !if $error iswordof already_exist baddocnumber not_supervisor insert_fail maxdoc toomuchsheet noexo |
3985 | bpr | 4 | !goto $error |
5 | !else |
||
6 | !msg $error |
||
1784 | czzmrn | 7 | !exit |
8 | !endif |
||
9 | |||
3985 | bpr | 10 | :already_exist=$error |
1784 | czzmrn | 11 | Il documento che voi volete inserire è già contenuto nel corso. |
3985 | bpr | 12 | !exit |
9623 | guerimand | 13 | |
14 | :baddocnumber |
||
15 | Les informations que vous avez saisies ne correspondent pas à un document enregistré de la classe. |
||
16 | !exit |
||
17 | |||
18 | :not_supervisor |
||
19 | Seul l'administrateur de la classe peut mener cette action. |
||
20 | !exit |
||
21 | |||
22 | :insert_fail |
||
23 | vous essayez d'insérer un module non autorisé. |
||
24 | !exit |
||
9625 | guerimand | 25 | |
26 | :maxdoc |
||
27 | Le nombre de documents est limité à $max_doc. |
||
28 | !exit |
||
9629 | guerimand | 29 | |
30 | :toomuchsheet |
||
31 | Il numero massimo di test di autovalutazione consentiti è $max_sheets. Non è possibile creare altri test di autovalutazione. |
||
32 | !exit |
||
9644 | guerimand | 33 | |
34 | :noexo |
||
35 | Ce document ne contient aucun exercice. |
||
36 | !exit |