Subversion Repositories wimsdev

Rev

Rev 9644 | 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
10547 czzmrn 11
 Il documento che voi volete inserire è già contenuto nel corso.
3985 bpr 12
!exit
9623 guerimand 13
 
14
:baddocnumber
10547 czzmrn 15
 Le informazioni inserite non corrispondono a alcuno documento disponibile nel corso.
9623 guerimand 16
!exit
17
 
18
:not_supervisor
10547 czzmrn 19
 Solo il docente può compiere questa azione.
9623 guerimand 20
!exit
21
 
22
:insert_fail
10547 czzmrn 23
state cercando di inserire un modulo per cui non avete l'autorizzazione.
9623 guerimand 24
!exit
9625 guerimand 25
 
26
:maxdoc
10547 czzmrn 27
Il numero massimo di documenti è $max_doc.
9625 guerimand 28
!exit
9629 guerimand 29
 
30
:toomuchsheet
10547 czzmrn 31
Il numero massimo di test di autovalutazione consentiti è $max_sheets. Non è possibile creare altri test di autovalutazione.
9629 guerimand 32
 !exit
9644 guerimand 33
 
34
:noexo
10547 czzmrn 35
Questo documento non contiene alcun esercizio.
9644 guerimand 36
!exit