Subversion Repositories wimsdev

Rev

Rev 15210 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3504 czzmrn 1
:Variabili predefinite
2
:Variabile,Esempio,Spiegazione
3
:reply
4
reply1 reply2 ...
5903 bpr 5
variabile contenente le risposte dell'utente alla domanda numero 1 di tipo <span class="tt wims_code_words">reply</span>
3504 czzmrn 6
 
7
:choice
8
choice1 choice2 ...
5903 bpr 9
variabile contenente le risposte dell'utente alla domanda numero 1 di tipo <span class="tt wims_code_words">choice</span>
3504 czzmrn 10
 
11
:step
12
step
5903 bpr 13
variante contenente il numero dello step in un esercizio a passi (nel caso in cui si č utilizzato il comando <span class="tt wims_code_variable">\steps</span> o <span class="tt wims_code_variable">\nextstep</span>).
3504 czzmrn 14
 
15
:sc_reply
16
sc_reply1 sc_reply2 ...
17
variabile tra 0 e 1 che indica se la risposta č corretta o meno (in generale 0 significa non corretta, 1 significa corretta, ma per alcuni tipi di risposta puņ assumere valori intermedi).
18
 
7358 bpr 19
:reply_
20
reply_1 reply_2 ...
15210 czzmrn 21
variabile contenente la risposta data dallo studente nella formattazione utilizzata dall'analisi automatica (puņ essere utilizzata negli esercizi a passi o nel caso in cui non viene fatta una analisi automatica ma si utilizzano condizioni).
7358 bpr 22
 
3504 czzmrn 23
:help_subject
24
help_subject
5903 bpr 25
variabile che contiene l'identificateur dell'aiuto introdotto dalla funzione <span class="tt wims_code_words">help</span>.
4091 bpr 26
 
4366 bpr 27
:oef_firstname
28
oef_firstname
5903 bpr 29
Nome proprio dell'iscritto (default: <span class="tt wims_code_words">$name_firstname</span>).
4091 bpr 30
 
4366 bpr 31
:oef_lastname
32
oef_lastname
5903 bpr 33
Cognome dell'iscritto (default: <span class="tt wims_code_words">$name_lastname</span>).
4091 bpr 34
 
4366 bpr 35
:oef_login
36
oef_login
5903 bpr 37
Login dell'iscritto (default: <span class="tt wims_code_words">anonymous</span>).
4099 bpr 38
 
4366 bpr 39
:oef_now
40
oef_now
4450 czzmrn 41
Ora nel formato aaaammgg:hh:mm:ss (20110515.22:19:25)
4099 bpr 42
 
4366 bpr 43
:oef_lang
44
oef_lang
15225 czzmrn 45
Lingua dell'iscritto o del visitatore anonimo (per esempio, <span class="tt wims_code_words">en</span>, <span class="tt wims_code_words">fr</span>, <span class="tt wims_code_words">es</span>)