Rev 4366 | Rev 5903 | Go to most recent revision | 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 ... |
||
4091 | bpr | 5 | variabile contenente le risposte dell'utente alla domanda numero 1 di tipo <tt class="wims_code_words">reply</tt> |
3504 | czzmrn | 6 | |
7 | :choice |
||
8 | choice1 choice2 ... |
||
4091 | bpr | 9 | variabile contenente le risposte dell'utente alla domanda numero 1 di tipo <tt class="wims_code_words">choice</tt> |
3504 | czzmrn | 10 | |
11 | :step |
||
12 | step |
||
4091 | bpr | 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>). |
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 | |||
19 | :help_subject |
||
20 | help_subject |
||
4091 | bpr | 21 | variabile che contiene l'identificateur dell'aiuto introdotto dalla funzione <tt class="wims_code_words">help</tt>. |
22 | |||
4366 | bpr | 23 | :oef_firstname |
24 | oef_firstname |
||
4450 | czzmrn | 25 | Nome proprio dell'iscritto (default: <tt class="wims_code_words">$name_firstname</tt>). |
4091 | bpr | 26 | |
4366 | bpr | 27 | :oef_lastname |
28 | oef_lastname |
||
4450 | czzmrn | 29 | Cognome dell'iscritto (default: <tt class="wims_code_words">$name_lastname</tt>). |
4091 | bpr | 30 | |
4366 | bpr | 31 | :oef_login |
32 | oef_login |
||
4450 | czzmrn | 33 | Login dell'iscritto (default: <tt class="wims_code_words">anonymous</tt>). |
4099 | bpr | 34 | |
4366 | bpr | 35 | :oef_now |
36 | oef_now |
||
4450 | czzmrn | 37 | Ora nel formato aaaammgg:hh:mm:ss (20110515.22:19:25) |
4099 | bpr | 38 | |
4366 | bpr | 39 | :oef_lang |
40 | oef_lang |
||
4450 | czzmrn | 41 | Lingua dell'iscritto o del visitatore anonimo (per esempio, <tt class="wims_code_words">en</tt>, |
4099 | bpr | 42 | <tt class="wims_code_words">fr</tt>, <tt class="wims_code_words">es</tt>) |