Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
3292 bpr 1
:Predefined variables
2
:Variable,Example,Signification
3
:reply
4
reply1 reply2 ...
5903 bpr 5
variable containing the student answer to the question of type <span class="tt wims_code_words">reply</span> number 1
3292 bpr 6
 
7
:choice
8
choice1 choice2 ...
5903 bpr 9
variable containing the student answer to the question of type <span class="tt wims_code_words">choice</span> number 1
3292 bpr 10
 
11
:step
12
step
7357 bpr 13
variable giving the step number (in case where a command as <span class="tt wims_code_variable">\steps</span> or <span class="tt wims_code_variable">\nextstep</span> has been written).
3292 bpr 14
 
3435 bpr 15
:sc_reply
16
sc_reply1 sc_reply2 ...
3292 bpr 17
variable between 0 et 1 according to bad or good answer (may have values between  0 and 1 for particular answer type).
3460 bpr 18
 
7357 bpr 19
:reply_
20
reply_1 reply_2 ...
21
variable containing the answer formated as in the analysis (can be used in step exercises or when no analyse is done).
22
 
3460 bpr 23
:help_subject
24
help_subject
5903 bpr 25
variable contenant l'identificateur de l'aide introduite par la méthode spéciale <span class="tt wims_code_words">help</span>.
4091 bpr 26
 
4366 bpr 27
:oef_firstname
28
oef_firstname
5903 bpr 29
Participant firstname, by default <span class="tt wims_code_words">$name_firstname</span>.
4091 bpr 30
 
4366 bpr 31
:oef_lastname
32
oef_lastname
5903 bpr 33
Participant lastname, by default <span class="tt wims_code_words">$name_lastname</span>.
4091 bpr 34
 
4366 bpr 35
:oef_login
36
oef_login
5903 bpr 37
Participant login, by default <span class="tt wims_code_words">anonymous</span>.
4099 bpr 38
 
4366 bpr 39
:oef_now
40
oef_now
4099 bpr 41
Time with format yyyymmdd:hh:mm:ss (20110515.22:19:25)
42
 
4366 bpr 43
:oef_lang
44
oef_lang
5903 bpr 45
Language of the participant or visitor (for example, <span class="tt wims_code_words">en</span>, <span class="tt wims_code_words">fr</span>, <span class="tt wims_code_words">es</span>)