Subversion Repositories wimsdev

Rev

Rev 4450 | Rev 7358 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4450 Rev 5903
Line 4... Line 4...
4
reply1 reply2 ...
4
reply1 reply2 ...
5
variabile contenente le risposte dell'utente alla domanda numero 1 di tipo <tt class="wims_code_words">reply</tt>
5
variabile contenente le risposte dell'utente alla domanda numero 1 di tipo <span class="tt wims_code_words">reply</span>
6
 
6
 
7
:choice
7
:choice
8
choice1 choice2 ...
8
choice1 choice2 ...
9
variabile contenente le risposte dell'utente alla domanda numero 1 di tipo <tt class="wims_code_words">choice</tt>
9
variabile contenente le risposte dell'utente alla domanda numero 1 di tipo <span class="tt wims_code_words">choice</span>
10
 
10
 
11
:step
11
:step
12
step
12
step
13
variante contenente il numero dello step in un esercizio a passi (nel caso in cui si è utilizzato il comando <tt class="wims_code_variable">\steps</tt> o <tt class="wims_code_variable">\nextstep</tt>).
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>).
14
 
14
 
15
:sc_reply
15
:sc_reply
16
sc_reply1 sc_reply2 ...
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).
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
 
18
 
19
:help_subject
19
:help_subject
20
help_subject
20
help_subject
21
variabile che contiene l'identificateur dell'aiuto introdotto dalla funzione <tt class="wims_code_words">help</tt>.
21
variabile che contiene l'identificateur dell'aiuto introdotto dalla funzione <span class="tt wims_code_words">help</span>.
22
 
22
 
23
:oef_firstname
23
:oef_firstname
24
oef_firstname
24
oef_firstname
25
Nome proprio dell'iscritto (default: <tt class="wims_code_words">$name_firstname</tt>).
25
Nome proprio dell'iscritto (default: <span class="tt wims_code_words">$name_firstname</span>).
26
 
26
 
27
:oef_lastname
27
:oef_lastname
28
oef_lastname
28
oef_lastname
29
Cognome dell'iscritto (default: <tt class="wims_code_words">$name_lastname</tt>).
29
Cognome dell'iscritto (default: <span class="tt wims_code_words">$name_lastname</span>).
30
 
30
 
31
:oef_login
31
:oef_login
32
oef_login
32
oef_login
33
Login dell'iscritto (default: <tt class="wims_code_words">anonymous</tt>).
33
Login dell'iscritto (default: <span class="tt wims_code_words">anonymous</span>).
34
 
34
 
35
:oef_now
35
:oef_now
36
oef_now
36
oef_now
37
Ora nel formato aaaammgg:hh:mm:ss (20110515.22:19:25)
37
Ora nel formato aaaammgg:hh:mm:ss (20110515.22:19:25)
38
 
38
 
39
:oef_lang
39
:oef_lang
40
oef_lang
40
oef_lang
41
Lingua dell'iscritto o del visitatore anonimo (per esempio, <tt class="wims_code_words">en</tt>,
41
Lingua dell'iscritto o del visitatore anonimo (per esempio, <span class="tt wims_code_words">en</span>,
42
<tt class="wims_code_words">fr</tt>, <tt class="wims_code_words">es</tt>)
42
<span class="tt wims_code_words">fr</span>, <span class="tt wims_code_words">es</span>)