Subversion Repositories wimsdev

Rev

Rev 4817 | Rev 5631 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1384 czzmrn 1
 
2
!set sp2=$special_parm2
3
!bound sp2 within secure,supervisor,email,lang,level,limit,expiration,modtoolchg,\
4264 czzmrn 4
        bgcolor,homepage,bgimg,theme,css,theme_icon,logo,lock,exolog,examlog,examshow,ent,option,\
5
        authtype,topscores,external_auth\
1384 czzmrn 6
        default $
7
 
8
!if $sp2=$empty
9
 !exit
10
!endif
11
 
12
!goto $sp2
13
 
14
:secure
15
<b>Secure hosts</b>.
16
Consider the possibility under which there is a leak of your supervisor
17
password: when you connect to the class as supervisor within a class room, a
18
student may look over your shoulder, or even install a keyboard scanning
19
software to register what you type (including the password). Believe me: if
20
you keep real scores in your class, the supervisor password becomes a very
21
coveted object.
22
<p>
23
The consequence of such a leak may be catastrophic to the class: data may
4004 bpr 24
be damaged, grades may be modified or you may even lose your supervisor
1384 czzmrn 25
access if the student changes your password.
26
<p>
27
Definition of secure hosts puts an extra security layer: sensitive
28
manipulations such as class configuration, password change or score
29
modificatoin can only be
30
made from pre-defined <em>secure hosts</em>, when you are sure that students
31
have no access to these hosts. So even if a student steals your password,
32
there is not much (s)he can do to the class.
33
<p>
34
!read help/hosts.phtml
35
<p>
36
By the way, if you have to type your password in a very hostile environment
3922 bpr 37
(for instance when you are working on computers used by students),
38
you should also consider using single-use passwords (see the password page).
1384 czzmrn 39
!exit
40
 
41
:supervisor
2810 czzmrn 42
 <b>Docente</b>. Inserire il proprio nome, come si vuole che appaia.
1384 czzmrn 43
!exit
44
 
45
:email
2810 czzmrn 46
 <b>Indirizzo email docente</b>.
47
 Informazioni importanti (codici di attivazioni, avvisi di termine,
48
 ecc.) vengono spediti all'indrizzo email del docente. &Egrave; anche
49
 l'indrizzo a cui gli studenti possono rivolgersi. &Egrave; quindi
50
 necessario dare un indirizzo funzionante, altrimenti si può correre
51
 il rischio di perdere letteralmente il controllo del corso.
1384 czzmrn 52
!exit
53
 
54
:option
2810 czzmrn 55
 <b>Opzioni avanzate</b>. Si possono utilizzare le seguenti parole chiave:
1384 czzmrn 56
 <ul>
4004 bpr 57
 <li><tt class="wims_code_words">showshexpire</tt> Per mostrare nella home page studenti le
2810 czzmrn 58
  date di termine dei test di autovalutazione.</li>
4004 bpr 59
  <li><tt class="wims_code_words">showexexpire</tt> Per mostrare nella home page studenti le
2810 czzmrn 60
  date di termine dei temi d'esame.</li>
4004 bpr 61
  <li><tt class="wims_code_words">showshweight</tt> Per mostrare nella home page studenti i
4270 czzmrn 62
  pesi assegnati a ciascun compito nel calcolo automatico del punteggio.</li>
2810 czzmrn 63
          </ul>
1384 czzmrn 64
!exit
65
 
66
:lang
2711 czzmrn 67
 Lingue disponibili: <ul>
4264 czzmrn 68
 <li>ca (Catalano)
69
 </li><li>cn (Cinese gb)
3569 bpr 70
 </li><li>de (Tedesco)
71
 </li><li>en (Inglese)
72
 </li><li>es (Spagnolo)
73
 </li><li>fr (Francese)
74
 </li><li>it (Italiano)
75
 </li><li>nl (Olandese)
76
 </li><li>si (Sloveno)
77
 </li><li>tw (Cinese big5)
78
</li></ul>
1384 czzmrn 79
!exit
80
 
81
:level
2810 czzmrn 82
 Significato dei livelli: <ul>
83
 <li>E1 - E6: Elementare, anni scolastici da 1 a 6.
3569 bpr 84
 </li><li>H1 - H6: Secondario, anni scolastici da 1 a 6.
85
 </li><li>U1 - U5: Università, anni da 1 a 5.
86
 </li><li>G: Università, studi post-laurea.
87
 </li><li>R: Ricerca.
88
</li></ul>
2810 czzmrn 89
<p>NOTA: come si vede i livelli <em>elementare</em> e <em>secondario</em> non
4270 czzmrn 90
  combaciano esattamente con la struttura italiana.</p>
1384 czzmrn 91
!exit
92
 
93
:limit
2810 czzmrn 94
 <b>Numero massimo di iscritti</b>. Non sarà possibile l'iscrizione di
95
 nuovo studenti una volta che questo limite viene raggiunto. Si noti
96
 che questo sito impone un massimo di $wims_class_user_limit che non
97
 può essere superato.
1384 czzmrn 98
!exit
99
 
100
:expiration
2810 czzmrn 101
 <b>Data di termine del corso</b>. Il corso sarà automaticamente
102
 chiuso e archiviato quando si arriverà alla data indicata. Il docente
103
 può incrementare la durata del corso in qualsiasi momento, ma deve
104
 inserire una data che sia distante  meno di un anno dal momento in
105
 cui effettua la modifica.
1384 czzmrn 106
<p>
2810 czzmrn 107
 Se si ha necessità di estendere la durata del corso oltre un anno, si
108
 può fare a più riprese ad intervalli regolari, oppure si puo
109
 richiedere una
110
 <a href="mailto:$wims_site_manager?subject=Estensione della durata del corso
111
 demand">al gestore del sito</a>.
1384 czzmrn 112
 <p>
4461 czzmrn 113
 La data deve essere inserita in forma di una stringa di 8 numeri (<tt class="wims_code_words">yyyymmdd</tt>).
2810 czzmrn 114
 Ad esempio: 20120523 significa 23 maggio 2012.
1384 czzmrn 115
!exit
116
 
117
:bgcolor
4817 czzmrn 118
 <b>Colore di sfondo delle pagine e dei menu</b>. La scelta dei colori può
119
 facilitare un veloce riconoscimento delle pagine del corso. I valori inseriti
120
 devono essere validi identificativi html di colori.
1384 czzmrn 121
 <p>
4817 czzmrn 122
 <b>Colore dei link nei menu e nelle tabelle</b>. I colori dei link devono
123
    essere adattati ai colori scelti per gli sfondi. Per gararntire una corretta
124
    visibilità delle pagine, se si seleziona questa opzione è utile
125
    esplicitare i colori di sfondo nell'opzione precedente (anche se si
126
    confermano i valori di default, che in linea di principio potrebbero
127
    essere modificati dal webmaster).
2581 reyssat 128
 <p>
4817 czzmrn 129
 I valori di default sono quelli utilizzati nelle pagine generali del sito.
1384 czzmrn 130
!exit
131
 
132
:homepage
133
 <b>Participant homepage</b>. You may put the address of a document block
4004 bpr 134
 (such as <tt class="wims_fname">c1/main</tt>) to be the home page of the class for participants.
3922 bpr 135
 The document itself need not be visible by participants.
1384 czzmrn 136
 <p>
137
 Leave this field blanck if you want to use the standard home page.
138
 <p>
4004 bpr 139
 All the links in the block should be defined using the command <tt class="wims_code_variable">\adm</tt>.
140
 You can use the following pre-defined variables:
141
 $table_header
142
 $table_tr<td><tt class="wims_code_variable">\firstname</tt></td><td>
143
Participant's first name
144
 </td></tr>
145
 $table_tr<td><tt class="wims_code_variable">\lastname</tt></td><td>
146
 Participant's last name
147
 </td></tr>
148
 $table_tr<td><tt class="wims_code_variable">\scores</tt></td><td>
149
Participants's score information. This is a list of
3921 bpr 150
numbers. Each pair of numbers corresponds to one worksheet: percentage of points
1384 czzmrn 151
and score quality.
4004 bpr 152
 </td></tr>
153
 $table_tr<td><tt class="wims_code_variable">\newmsgcnt</tt></td><td>
4264 czzmrn 154
 Numero di messaggi non letti contenuti nel forum del corso.
4004 bpr 155
 </td></tr>
156
 $table_tr<td><tt class="wims_code_variable">\today</tt></td><td>
157
 Date of today, yyyymmdd.
158
 </td></tr>
159
 $table_tr<td><tt class="wims_code_variable">\sheets</tt></td><td>
160
Number of worksheets.
161
 </td></tr>
162
 $table_tr<td><tt class="wims_code_variable">\exams</tt></td><td>
4461 czzmrn 163
 Numero di temi d'esame
4004 bpr 164
 </td></tr>
165
 $table_tr<td><tt class="wims_code_variable">\expiration1</tt></td><td>expiration1</td></tr>
3921 bpr 166
 Expiration date of worksheet 1, worksheet 2, exam 1, ..., yyyymmdd.
4004 bpr 167
 $table_tr<td><tt class="wims_code_variable">\status1</tt></td><td>
3921 bpr 168
 Status of worksheet 1, worksheet 2, exam 1, ... This is a non-negative integer; 0
4004 bpr 169
 = under preparation, 1 = active, 2 = expired, 3 = hidden.
170
 </td></tr>
171
 $table_tr<td><tt class="wims_code_variable">\daymessage</tt></td><td>
172
message of the day for the class
173
 </td></tr>
174
 $table_tr<td><tt class="wims_code_variable">\userdaymessage</tt></td><td>
175
individual message of the day message for each participant.
176
 </td></tr>
177
 $table_end
1384 czzmrn 178
!goto end
179
 
180
:bgimg
2810 czzmrn 181
 Immagine di sfondo per le pagine del corso. Si può inserire un
182
 qualsiasi URL o utilizzare una delle seguenti immagini disponibili
183
 inserendone il nome come riportato qui di seguito:<p>
4004 bpr 184
 <pre>$bgimgs</pre>
1384 czzmrn 185
!exit
186
 
187
:theme
2810 czzmrn 188
Il tema del corso.
1384 czzmrn 189
!exit
190
 
2810 czzmrn 191
:icon
192
Le icone che appaiono nei menu.
1384 czzmrn 193
!exit
194
 
195
:css
196
The style sheet affects almost all pages of your class.
197
<p>
4004 bpr 198
Choose <tt class="wims_code_words">----</tt> to disable style sheets.
1384 czzmrn 199
<p>
4004 bpr 200
Choose <tt class="wims_code_words">-theme-</tt> to use style sheets corresponding to your choice
1384 czzmrn 201
of the theme.
202
<p>
4004 bpr 203
Choose <tt class="wims_code_words">class</tt> to use the style sheet (css) defined by yourself
2711 czzmrn 204
(see remark below).
205
<p>
5474 czzmrn 206
<p>
207
<span class="wims_warning">Remark</span>. You may use your own style classes.
2711 czzmrn 208
Please refer to css documents for the syntax.
209
If you define your own css, please test it with ALL possible browsers used by your
1384 czzmrn 210
students, for possible incompatibilities!
2711 czzmrn 211
<p>
5474 czzmrn 212
Se volete cambiare solo in parte lo stile associato al tema in uso, scegliete
213
<tt class="wims_code_words">-theme-</tt>
214
e aggiungete le modifiche nel campo a destra. Possono essere
215
ridefiniti le seguenti class del css:
1384 czzmrn 216
<pre>
217
!read  wimshome/public_html/bases/sys/css_classes
218
</pre>
219
!exit
220
 
221
:logo
222
The logo of the class is a graphics file that will be shown on the top
223
of the homepage of the class, both for supervisor and for participants.
224
This logo can be put either on the top left or the top right corner.
225
<p>
4004 bpr 226
Choose <tt class="wims_code_words">none</tt> if you do not want a logo to be shown.
1384 czzmrn 227
<p>
4004 bpr 228
If you choose empty string or <tt class="wims_code_words">wims</tt>, the WIMS logo will be used.
1384 czzmrn 229
<p>
230
Otherwise, you may put the URL of any valid graphics file here.
231
!exit
232
 
233
:lock
3919 bpr 234
Connection lock helps to track users, and can help to avoid cheating. There are
1384 czzmrn 235
8 lock levels. <ul>
3569 bpr 236
<li>0: No connection lock is used.
1384 czzmrn 237
 
3569 bpr 238
</li><li>1: Cookie-tracking is activated. Connections without correct return
4817 czzmrn 239
      cookie will be refused (attualmente NON disponibile).
1384 czzmrn 240
 
3569 bpr 241
</li><li>2: Secured (https) connection is required. Connections using usual
1384 czzmrn 242
http request will be refused. You must check first whether the web server
243
on this WIMS site accepts https connections.
244
 
3569 bpr 245
</li><li>3: Host address lock is activated. Participants will have no right to
1384 czzmrn 246
change his/her host address within one session. There will be difficulties
247
when connections are made from dynamically allocated IP numbers.
248
 
3569 bpr 249
</li><li>4: Cookie-tracking + https.
250
</li><li>5: Cookie-tracking + Host lock.
251
</li><li>6: All the above methods are activated.
252
</li><li>7: The class is closed. No participant connection accepted.
253
</li></ul> <p>
1384 czzmrn 254
!exit
255
 
256
:exolog
257
Number of exercise registrations (limited to $wims_exolog_limit)
258
<p>
259
This is the maximal number of exercises for which each participant can
260
register the details.
261
<p>
262
These details allow participants and supervisor to review the action of
263
the exercise, and eventually make discussions.
264
<p>
265
The detail of an exercise is registered only if the participant gives the
266
order. When the maximal number is exceeded, the most ancient registrations
267
are erased.
268
!goto logs
269
 
270
:examlog
271
Number of exam registrations (limited to $wims_examlog_limit)
272
<p>
273
This is the maximal number of exam sessions whose details can be registered
274
for each participant.
275
<p>
276
These details allow participants and supervisor to review the action of the
277
exam, exercise by exercise.
278
<p>
279
The registration of exam sessions is automatic. When the maximal number is
280
exceeded, the most ancient registrations will be erased.
281
!exit
282
 
283
:logs
284
<p>
285
Put this number to 0 if you want to disable this registration.
4004 bpr 286
<span class="wims_warning">$wims_name_warning</span>. The registration of exercises and exams may take a lot of
1384 czzmrn 287
space! If you put these numbers too big, you class risks disk quota overflow.
288
!exit
289
 
290
:examshow
4004 bpr 291
Dans le cas où cette option est mise sur <tt class="wims_code_words">$wims_name_no</tt>, les élèves ne peuvent
1384 czzmrn 292
pas revoir les enregistrements d'examens. Seul l'enseignant le peut.
293
!exit
294
 
295
:authtype
5474 czzmrn 296
!read help/it/authentification.phtml
1384 czzmrn 297
!exit
298
 
299
:modtoolchg
4817 czzmrn 300
<b>Account Modtool</b>:
4270 czzmrn 301
Una volta che dalle pagine del corso entrate in Modtool, i dati di
302
accesso a Modtool vengono registrati. Questa opzione vi permette di
303
cancellare i dati registrati, ad esempio per accedere a Modtool come
304
utente diverso. Per accedere direttamente a Modtool utilizzate
305
il link <span class="wims_button disabled">Modtool</span> nella
306
home page del corso.
1384 czzmrn 307
 
308
!exit
309
 
310
:ent
2808 czzmrn 311
<b>Link esterni</b>:
312
è possibile inserire nel menu del corso link verso altri siti (ad esempio
313
verso altre piattaforme di e-learning) nella forma:
314
<pre>titolo_link,url_del_link</pre>
315
Per esempio,
2711 czzmrn 316
<pre>Dokeos,http://-------</pre>
2808 czzmrn 317
Si possono inserire più link, separati da ";".
1384 czzmrn 318
 
319
!exit
320
 
2756 bpr 321
:external_auth
4817 czzmrn 322
<b>Indirizzo di una autenticazione esterna</b>: <i>Opzione per esperti che
5474 czzmrn 323
permette di utilizzare autenticazioni esterne, per esempio CAS.</i>
2756 bpr 324
Vous pouvez indiquer le lien sur une authentification externe à wims sous la forme
325
(cette adresse devra alors directement faire entrer dans la classe).
4817 czzmrn 326
Vous devez mettre l'adresse complète en html:<tt class="wims_address">&lt;a href="http:...">Lien&lt;/a></tt>.
2756 bpr 327
 
4817 czzmrn 328
Il est par exemple possible de mettre l'adresse dans un "frame":
4004 bpr 329
<tt class="wims_address">&lt;iframe https:...." width="100%" height="400">&lt;/iframe></tt>.
2756 bpr 330
 
4264 czzmrn 331
<p>Vous pouvez désactiver cette option tout en gardant le texte en cliquant sur <tt class="wims_code_words">$wims_name_no</tt>.
4004 bpr 332
Si vous cochez <tt class="wims_code_words">$name_mix_auth</tt>, l'adresse html que vous avez donné apparaîtra mais
2756 bpr 333
aussi l'authentification propre à wims comme une alternative.
334
 
335
Vous devez mettre un code html valide, il ne sera pas vérifié et
336
vous assurez que l'authentification externe permet d'entrer dans votre classe.
337
 
338
!exit
339
 
1384 czzmrn 340
:topscores
2581 reyssat 341
<center><b>Best scores, number and anonymity</b></center>
342
<p> If this number n is at least 1, then  when a participant asks for
343
its score, he will see also the list of n participants having the best scores
344
(with their names if anonymity=yes, with numbers only if anonymity=no).<p>
345
These means do not take into account the manual scores, hence leave n=0 if there are manual
346
scores.
1384 czzmrn 347
<p>
2581 reyssat 348
Default=0/$wims_name_yes
1384 czzmrn 349
 
350
!exit
351
 
352
:end