Rev 16195 | Rev 16729 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16195 | Rev 16286 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | Questo test è attivo. Non è quindi possibile effettuare modifiche. |
22 | Questo test è attivo. Non è quindi possibile effettuare modifiche. |
23 | !exit |
23 | !exit |
24 | !endif |
24 | !endif |
25 | 25 | ||
26 | !if bad_sheet=$error |
26 | !if bad_sheet=$error |
27 | Il numero del test di autovalutazione non è valido. Errore del software? |
27 | Il numero del test di autovalutazione non è valido. Errore del software? |
28 | !exit |
28 | !exit |
29 | !endif |
29 | !endif |
30 | 30 | ||
31 | !if bad_maxsheet=$error |
31 | !if bad_maxsheet=$error |
32 | Il numero massimo di test di autovalutazione consentiti è $max_sheets. Non è possibile creare altri test di autovalutazione. |
32 | Il numero massimo di test di autovalutazione consentiti è $max_sheets. Non è possibile creare altri test di autovalutazione. |
33 | !exit |
33 | !exit |
34 | !endif |
34 | !endif |
35 | 35 | ||
36 | !if no_title=$error |
36 | !if no_title=$error |
37 | Per registrare un corso è necessario inserire il titolo. |
37 | Per registrare un corso è necessario inserire il titolo. |
38 | Correggere. |
38 | Correggere. |
39 | !exit |
39 | !exit |
40 | !endif |
40 | !endif |
41 | 41 | ||
42 | !if $error=not_secure |
42 | !if $error=not_secure |
43 | Questa operazione è effettuabile solo da un IP sicuro. |
43 | Questa operazione è effettuabile solo da un IP sicuro. |
44 | !if $sec=$empty |
44 | !if $sec=$empty |
45 | Non sono stati definiti IP sicuri, accesso non consentito. Consulta |
45 | Non sono stati definiti IP sicuri, accesso non consentito. Consulta |
46 | il manager del sito. |
46 | il manager del sito. |
47 | !else |
47 | !else |
48 | Accesso non consentito. |
48 | Accesso non consentito. |
49 | !endif |
49 | !endif |
50 | !exit |
50 | !exit |
51 | !endif |
51 | !endif |
52 | 52 | ||
53 | !if $error=sharing_sheet |
53 | !if $error=sharing_sheet |
54 | Questi test sono condivisi con altri corsi! |
54 | Questi test sono condivisi con altri corsi! |
55 | !if $wims_ismanager<2 |
55 | !if $wims_ismanager<2 |
Line 59... | Line 59... | ||
59 | Disattivandoli puoi danneggiare anche le configurazioni dei corsi |
59 | Disattivandoli puoi danneggiare anche le configurazioni dei corsi |
60 | che li condividono. Si <strong>sconsiglia vivamente</strong> di |
60 | che li condividono. Si <strong>sconsiglia vivamente</strong> di |
61 | disattivare test di autovalutazione condivisi.</p> |
61 | disattivare test di autovalutazione condivisi.</p> |
62 | <p> Sei sicuro di voler disattivare il test?</p> |
62 | <p> Sei sicuro di voler disattivare il test?</p> |
63 | <p class="wimscenter"> |
63 | <p class="wimscenter"> |
64 |
|
64 | !set wims_ref_class=wims_button |
65 | !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes, $(wims_name_actionlist[3]) |
65 | !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes, $(wims_name_actionlist[3]) |
66 | $ $ |
66 | $ $ |
67 | !set wims_ref_class=wims_button wims_secondary_button |
67 | !set wims_ref_class=wims_button wims_secondary_button |
68 | !href cmd=resume $wims_name_no, $wims_name_giveup |
68 | !href cmd=resume $wims_name_no, $wims_name_giveup |
69 | </p><p> |
69 | </p><p> |
Line 79... | Line 79... | ||
79 | 79 | ||
80 | !if sheet_in_exam iswordof $error |
80 | !if sheet_in_exam iswordof $error |
81 | !set exa=!word 2 of $error |
81 | !set exa=!word 2 of $error |
82 | Non è possibile disattivare questo test, in quanto alcuni esami |
82 | Non è possibile disattivare questo test, in quanto alcuni esami |
83 | ne utilizzano i contenuti (per esempio l'esame $exa). |
83 | ne utilizzano i contenuti (per esempio l'esame $exa). |
84 | !exit |
84 | !exit |
85 | !endif |
85 | !endif |
86 | 86 | ||
87 | !if $error=non_empty_activities |
87 | !if $error=non_empty_activities |
88 | <p class="wims_msg warning">Stai per disattivare il test $sheet, mentre alcuni studenti hanno |
88 | <p class="wims_msg warning">Stai per disattivare il test $sheet, mentre alcuni studenti hanno |
89 | già cominciato a lavorarci!</p> |
89 | già cominciato a lavorarci!</p> |
90 | 90 | ||
91 | !if share iswordof $confirmed |
91 | !if share iswordof $confirmed |
92 | <p>Inoltre, il test è condiviso con altri corsi, dove pure gli |
92 | <p>Inoltre, il test è condiviso con altri corsi, dove pure gli |
93 | studenti potrebbero aver già cominciato a lavorare. Pertanto |
93 | studenti potrebbero aver già cominciato a lavorare. Pertanto |
94 | non è possibile disattivarlo.</p> |
94 | non è possibile disattivarlo.</p> |
95 | !exit |
95 | !exit |
96 | !endif |
96 | !endif |
97 | <p>Tutti i punteggi ottenuti per questo test di autovalutazione saranno perduti |
97 | <p>Tutti i punteggi ottenuti per questo test di autovalutazione saranno perduti |
98 | se il test viene disattivato. Vuoi veramente disattivare il test?</p> |
98 | se il test viene disattivato. Vuoi veramente disattivare il test?</p> |
99 | <p class="wimscenter"> |
99 | <p class="wimscenter"> |
100 | !set wims_ref_class=wims_button |
100 | !set wims_ref_class=wims_button |
101 | !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes, $(wims_name_actionlist[3]) |
101 | !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes, $(wims_name_actionlist[3]) |
102 | |
102 | |
103 | !set wims_ref_class=wims_button wims_secondary_button |
103 | !set wims_ref_class=wims_button wims_secondary_button |
104 | !href cmd=resume $wims_name_no, $wims_name_giveup |
104 | !href cmd=resume $wims_name_no, $wims_name_giveup |
105 | </p> |
105 | </p> |
106 | Elenco degli studenti che hanno già cominciato a lavorare su questo |
106 | Elenco degli studenti che hanno già cominciato a lavorare su questo |
Line 129... | Line 129... | ||
129 | <p> |
129 | <p> |
130 | Continuare? |
130 | Continuare? |
131 | </p> |
131 | </p> |
132 | <p class="wimscenter"> |
132 | <p class="wimscenter"> |
133 | !set wims_ref_class=wims_button |
133 | !set wims_ref_class=wims_button |
134 | !href cmd=reply&job=activate $wims_name_yes, $(wims_name_actionlist[1]) |
134 | !href cmd=reply&save=$wims_name_tosave&job=activate $wims_name_yes, $(wims_name_actionlist[1]) |
135 | $ $ |
135 | $ $ |
136 | !set wims_ref_class=wims_button wims_secondary_button |
136 | !set wims_ref_class=wims_button wims_secondary_button |
137 | !href cmd=resume $wims_name_no, $wims_name_giveup |
137 | !href cmd=resume $wims_name_no, $wims_name_giveup |
138 | </p> |
138 | </p> |
139 | !exit |
139 | !exit |
140 | !endif |
140 | !endif |
141 | 141 | ||
142 | !if prep_erase=$error |
142 | !if prep_erase=$error |
143 | Sicuri di voler eliminare il test numero $sheet ($title)? |
143 | Sicuri di voler eliminare il test numero $sheet ($title)? |
144 | <p class="wimscenter"> |
144 | <p class="wimscenter"> |
145 | !set wims_ref_class=wims_button wims_warning |
145 | !set wims_ref_class=wims_button wims_warning |
146 | !href cmd=reply&job=erase $wims_name_yes, $wims_name_erase |
146 | !href cmd=reply&job=erase $wims_name_yes, $wims_name_erase |
147 | $ $ |
147 | $ $ |
148 | !set wims_ref_class=wims_button |
148 | !set wims_ref_class=wims_button |
149 | !href cmd=resume $wims_name_no, $wims_name_giveup |
149 | !href cmd=resume $wims_name_no, $wims_name_giveup |
150 | </p> |
150 | </p> |
151 | !exit |
151 | !exit |
152 | !endif |
152 | !endif |
153 | 153 | ||
154 | !if prep_expire=$error |
154 | !if prep_expire=$error |
155 | Il test di autovalutazione numero $sheet ($title) dovrebbe durare fino |
155 | Il test di autovalutazione numero $sheet ($title) dovrebbe durare fino |
156 | al $expday |
156 | al $expday |
157 | !item $expmon of $months |
157 | !item $expmon of $months |
158 | $expyear. Concluderla ora? |
158 | $expyear. Concluderla ora? |
159 | <p class="wimscenter"> |
159 | <p class="wimscenter"> |
160 | !set wims_ref_class=wims_button wims_warning |
160 | !set wims_ref_class=wims_button wims_warning |
161 | !href cmd=reply&job=expire $wims_name_yes ; $(wims_name_actionlist[2]) |
161 | !href cmd=reply&job=expire $wims_name_yes ; $(wims_name_actionlist[2]) |
162 | $ $ |
162 | $ $ |
163 | !set wims_ref_class=wims_button |
163 | !set wims_ref_class=wims_button |
164 | !href cmd=resume $wims_name_no ; $wims_name_giveup |
164 | !href cmd=resume $wims_name_no ; $wims_name_giveup |
165 | </p> |
165 | </p> |
166 | <p><b>Nota.</b> Gli studenti non possono più lavorare su un test |
166 | <p><b>Nota.</b> Gli studenti non possono più lavorare su un test |
167 | terminato. I voti fin qui acquisiti vengono conservati (e le statistiche |
167 | terminato. I voti fin qui acquisiti vengono conservati (e le statistiche |
168 | ne tengono conto) e possono essere consultati dal |
168 | ne tengono conto) e possono essere consultati dal |
169 | docente in qualsiasi momento.</p> |
169 | docente in qualsiasi momento.</p> |
170 | !exit |
170 | !exit |
171 | !endif |
171 | !endif |
172 | 172 | ||
173 | !if prep_putsource=$error |
173 | !if prep_putsource=$error |
174 | <p> |
174 | <p> |
175 | Se si è provveduto in precedenza a salvare su file |
175 | Se si è provveduto in precedenza a salvare su file |
Line 208... | Line 208... | ||
208 | !if $error=toolate |
208 | !if $error=toolate |
209 | !read adm/lang/date.phtml.$moduclass_lang $class_expiration |
209 | !read adm/lang/date.phtml.$moduclass_lang $class_expiration |
210 | <p>$name_expiration1 ($l_date_out). $name_expiration2 </p> |
210 | <p>$name_expiration1 ($l_date_out). $name_expiration2 </p> |
211 | !set wims_ref_class=wims_button |
211 | !set wims_ref_class=wims_button |
212 | !href cmd=resume&save=$empty&job=$empty $wims_name_back2 |
212 | !href cmd=resume&save=$empty&job=$empty $wims_name_back2 |
213 | ($wims_name_sheetmanagement) |
213 | ($wims_name_sheetmanagement) |
214 | !exit |
214 | !exit |
215 | !endif |
215 | !endif |
216 | 216 | ||
217 | !if $error=srcnoexo |
217 | !if $error=srcnoexo |
218 | Questo test di autovalutazione non contiene alcun esercizio: il file sorgente è vuoto.<br /> |
218 | Questo test di autovalutazione non contiene alcun esercizio: il file sorgente è vuoto.<br /> |
219 | !href cmd=resume torna alla pagina di configurazione del test |
219 | !href cmd=resume torna alla pagina di configurazione del test |
220 | !exit |
220 | !exit |
221 | !endif |
221 | !endif |
222 | 222 | ||
223 | !if $error=depindiv |
223 | !if $error=depindiv |
224 | <div class="wims_msg alert"> |
224 | <div class="wims_msg alert"> |
225 | <strong>$wims_name_Error:</strong> |
225 | <strong>$wims_name_Error:</strong> |
226 | Non è possibile utilizzare punteggi con dipendenza se si utilizza la |
226 | Non è possibile utilizzare punteggi con dipendenza se si utilizza la |
227 | personalizzazione del test tramite variabile tecnica. |
227 | personalizzazione del test tramite variabile tecnica. |
228 | <br/> |
228 | <br/> |
229 | Dovete scegliere una delle due opzioni per poter attivare questo test. |
229 | Dovete scegliere una delle due opzioni per poter attivare questo test. |
230 | !reset error |
230 | !reset error |
231 | </div> |
231 | </div> |
232 |
|
232 | <div class="wimscenter"> |
233 | !set wims_ref_class=wims_button |
233 | !set wims_ref_class=wims_button |
234 | !href cmd=resume Torna alla pagina di configurazione del test |
234 | !href cmd=resume Torna alla pagina di configurazione del test |
235 | </div> |
235 | </div> |
236 | !exit |
236 | !exit |
237 | !endif |
237 | !endif |
238 | 238 | ||
239 | !if badtechvarname iswordof $error |
239 | !if badtechvarname iswordof $error |
240 | <div class="wims_msg alert"> |
240 | <div class="wims_msg alert"> |
241 | <strong>$wims_name_Error:</strong> |
241 | <strong>$wims_name_Error:</strong> |
242 | Un des noms de variable ( |
242 | Un des noms de variable ( |
243 | !word 2 to -1 of $error |
243 | !word 2 to -1 of $error |
244 | ) n'est pas un nom correct de variable technique. Les noms de variable technique |
244 | ) n'est pas un nom correct de variable technique. Les noms de variable technique |
245 | incorrect ont été supprimés du champs <span class="wims_code_words">Condition pour cacher la feuille aux participants</span>. |
245 | incorrect ont été supprimés du champs <span class="wims_code_words">Condition pour cacher la feuille aux participants</span>. |
246 | </div> |
246 | </div> |
247 | <div class="wimscenter"> |
247 | <div class="wimscenter"> |
248 | !set wims_ref_class=wims_button |
248 | !set wims_ref_class=wims_button |
249 | !reset error |
249 | !reset error |
250 | !href cmd=resume Retour |
250 | !href cmd=resume Retour |
251 | </div> |
251 | </div> |
252 | !exit |
252 | !exit |
253 | !endif |
253 | !endif |
254 | 254 | ||
255 | !msg $error |
255 | !msg $error |
256 | - |