Rev 17329 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !set wims_module_log=error: $error |
2 | |||
9687 | guerimand | 3 | !if bad_maxexams=$error |
17338 | bpr | 4 | Il numero massimo di esami è $max_exams. |
5 | !exit |
||
9687 | guerimand | 6 | !endif |
7 | |||
23 | reyssat | 8 | !if not_supervisor=$error |
17338 | bpr | 9 | Spiacente ma la preparazione / modifica dei temi d'esame è |
10 | limitata ai docenti registrati. |
||
11 | !exit |
||
23 | reyssat | 12 | !endif |
13 | |||
14 | !if $error=no_sheet |
||
17338 | bpr | 15 | <p> |
16 | Il contenuto di un tema d'esame viene selezionato tra quello dei test |
||
17 | periodici (ancora attivi o già terminati). |
||
18 | </p><p> |
||
19 | Il corso non contiene alcun test periodico. Occorre prima preparare |
||
20 | un test, attivarlo e poi si può procedere alla |
||
21 | creazione di un tema d'esame. |
||
22 | </p> |
||
23 | !exit |
||
23 | reyssat | 24 | !endif |
25 | |||
26 | !if bad_exam=$error |
||
17338 | bpr | 27 | Il numero del tema d'esame non è valido. Errore del software? |
28 | !exit |
||
23 | reyssat | 29 | !endif |
30 | |||
31 | !if $error=simuchange |
||
17338 | bpr | 32 | Lo status di questo tema d'esame è appena cambiato. Puoi solo |
33 | !href cmd=reply&job=scorereg cliccare qui |
||
34 | per terminare la sessione. |
||
35 | !exit |
||
23 | reyssat | 36 | !endif |
37 | |||
38 | !if already_registered=$error |
||
17338 | bpr | 39 | Il voto è già stato registrato. |
40 | !exit |
||
23 | reyssat | 41 | !endif |
42 | |||
43 | !if no_more_registration=$error |
||
17338 | bpr | 44 | Questo esame può essere ripetuto al massimo $stries volte. |
45 | Non è più possibile registrare il voto. |
||
46 | !exit |
||
23 | reyssat | 47 | !endif |
48 | |||
49 | !if bad_source=$error |
||
17338 | bpr | 50 | L'elemento $bad_source nei comandi inseriti non è |
51 | valido. |
||
52 | !href cmd=reply&job=prep_putsource&source=$source Correggere |
||
53 | . |
||
54 | !exit |
||
23 | reyssat | 55 | !endif |
56 | |||
57 | !if no_title=$error |
||
17338 | bpr | 58 | Per registrare un tema d'esame è necessario inserire il titolo. |
59 | Correggere. |
||
60 | !exit |
||
23 | reyssat | 61 | !endif |
62 | |||
63 | !if prep_activate=$error |
||
17338 | bpr | 64 | Si è richiesto di attivare il tema d'esame $sheet, cioè |
65 | di renderlo accessibile agli studenti. |
||
66 | <div class="wims_warning"> |
||
67 | Ricordiamo che un tema d'esame attivo non è più modificabile. |
||
68 | Continuare? |
||
69 | </div> |
||
70 | <div class="wimscenter"> |
||
71 | !set wims_ref_class=wims_button wims_warning |
||
72 | !href cmd=reply&job=activate $wims_name_yes ; $(wims_name_actionlist[1]) |
||
73 | |
||
74 | !set wims_ref_class=wims_button wims_secondary_button |
||
75 | !href cmd=resume $wims_name_no ; $wims_name_giveup |
||
76 | </div> |
||
77 | !exit |
||
23 | reyssat | 78 | !endif |
79 | |||
80 | !if prep_erase=$error |
||
17338 | bpr | 81 | Sicuri di voler eliminare il tema d'esame numero $exam ($title)? |
82 | <div class="wimscenter"> |
||
83 | !set wims_ref_class=wims_button wims_warning |
||
84 | !href cmd=reply&job=erase $wims_name_yes; $wims_name_erase |
||
85 | !set wims_ref_class=wims_button |
||
86 | !href cmd=resume $wims_name_no; $wims_name_giveup |
||
7973 | bpr | 87 | </div> |
17338 | bpr | 88 | !exit |
23 | reyssat | 89 | !endif |
90 | |||
91 | !if prep_expire=$error |
||
17338 | bpr | 92 | Questo esame ($title) terminerà il $expday |
93 | !item $expmon of $months |
||
94 | $expyear. Farlo terminare ora? |
||
95 | <div class="wimscenter"> |
||
96 | !href cmd=reply&job=expire $wims_name_yes; $(wims_name_actionlist[2]) |
||
97 | $ $ |
||
98 | !href cmd=resume $wims_name_no; $wims_name_giveup |
||
99 | . </div><b>Nota.</b> Gli studenti non possono più lavorare su un tema |
||
100 | d'esame disattivato. I voti vengono conservati (e se ne tiene conto |
||
101 | nelle statistiche). Possono essere consultati dal |
||
102 | docente in qualsiasi momento. |
||
103 | !exit |
||
23 | reyssat | 104 | !endif |
105 | |||
976 | bpr | 106 | !if nodeactivate=$error |
3747 | czzmrn | 107 | Questo esame non può più essere disattivato in quanto |
976 | bpr | 108 | !if badstructure isin $deactivate |
3747 | czzmrn | 109 | il coordinamento di corsi non lo permette. |
976 | bpr | 110 | !else |
17338 | bpr | 111 | !if score isin $deactivate |
112 | alcuni studenti hanno già cominciato a lavorare su questo esame! |
||
113 | !else |
||
114 | il tema d'esame è condiviso con altri corsi! |
||
115 | !endif |
||
976 | bpr | 116 | !endif |
17338 | bpr | 117 | !exit |
976 | bpr | 118 | !endif |
119 | |||
2329 | guerimand | 120 | !if active_exam=$error |
17338 | bpr | 121 | Spiacenti, questo esame è attivo e quindi non più modificabile. Non si possono più modificare gli esercizi che contiene. |
122 | !exit |
||
7973 | bpr | 123 | !endif |
2329 | guerimand | 124 | |
2766 | bpr | 125 | !if $error=prep_noexercise |
7555 | czzmrn | 126 | Il contenuto dell'esercizio $exo del tema d'esame è vuoto. Riprova. |
2766 | bpr | 127 | !exit |
3984 | bpr | 128 | !endif |
129 | |||
10477 | guerimand | 130 | !if $error=addexook |
10490 | czzmrn | 131 | Esercizio inserito correttamente. |
10477 | guerimand | 132 | !exit |
133 | !endif |
||
16006 | guerimand | 134 | |
135 | !if exam_hidden iswordof $error |
||
17338 | bpr | 136 | Questo esame non è visibile per il tuo gruppo di lavoro. Non utilizzare indirizzi memorizzati e non modificare manualmente l'indirizzo nel navigatore!! |
16006 | guerimand | 137 | !exit |
138 | !endif |
||
16195 | guerimand | 139 | |
140 | !if badtechvarname iswordof $error |
||
17328 | guerimand | 141 | !let code=!word 2 to -1 of $error |
142 | !if $code=_ |
||
143 | une des conditions <span class="wims_code_words">Condition pour cacher la feuille aux participants</span> n'a pas de nom de variable |
||
144 | !else |
||
145 | Un des noms de variable ( |
||
146 | !let code=!listcomplement _ in $code |
||
147 | $code |
||
17329 | guerimand | 148 | ) n'est pas un nom correct de variable technique. Les noms incorrects de variable technique |
149 | ont été supprimés du champs <span class="wims_code_words">Condition pour cacher l'examen aux participants</span>. |
||
17328 | guerimand | 150 | !endif |
16195 | guerimand | 151 | !exit |
152 | !endif |
||
16799 | guerimand | 153 | |
154 | !if $error=badallowshare |
||
17138 | czzmrn | 155 | La variabile tecnica che vorresti utilizzare non è disponibile in tutti i corsi che condividono risorse con questo corso. |
156 | Non è possibile trasmettere questa impostazione alle classi vicine. |
||
16799 | guerimand | 157 | !exit |
158 | !endif |
||
17117 | guerimand | 159 | |
160 | !if $error=noclass |
||
17138 | czzmrn | 161 | Non hai effettuato l'accesso a un corso. Questo può anche essere dovuto al fatto che |
162 | mentre stavi lavorando su un esame il docente ha chiuso la sessione d'esame. |
||
163 | In questo caso dovete effettuare di nuovo l'accesso al corso. |
||
17338 | bpr | 164 | !exit |
17117 | guerimand | 165 | !endif |
17216 | guerimand | 166 | |
167 | !if other_exam isin $error |
||
17338 | bpr | 168 | Vous avez déjà commencé un autre examen (le numéro |
169 | !word 2 of $error |
||
170 | ). Vous ne pouvez pas en commencer un autre tant que vous ne l'avez pas terminé. |
||
171 | !exit |
||
17216 | guerimand | 172 | !endif |
173 | |||
17328 | guerimand | 174 | !if $error=hiddenbadtechvar |
175 | Attention, la <span class="wims_code_words">condition pour cacher l'examen aux participants</span> en utilisant une variable technique est incorrecte. Vous devez la corriger. |
||
176 | !exit |
||
177 | !endif |
||
178 | |||
7973 | bpr | 179 | !msg $error |