Subversion Repositories wimsdev

Rev

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

Rev 3460 Rev 4091
Line 4... Line 4...
4
reply1 reply2 ...
4
reply1 reply2 ...
5
variable containing the student answer to the question of type <tt>reply</tt> number 1
5
variable containing the student answer to the question of type <tt class="wims_code_words">reply</tt> number 1
6
 
6
 
7
:choice
7
:choice
8
choice1 choice2 ...
8
choice1 choice2 ...
9
variable containing the student answer to the question of type <tt>choice</tt> number 1
9
variable containing the student answer to the question of type <tt class="wims_code_words">choice</tt> number 1
10
 
10
 
11
:step
11
:step
12
step
12
step
13
variable gving the step number (in case where a command as <tt>\steps</tt> or <tt>\nextstep</tt> has been written).
13
variable gving the step number (in case where a command as <tt class="wims_code_variable">\steps</tt> or <tt class="wims_code_variable">\nextstep</tt> has been written).
14
 
14
 
15
:sc_reply
15
:sc_reply
16
sc_reply1 sc_reply2 ...
16
sc_reply1 sc_reply2 ...
17
variable between 0 et 1 according to bad or good answer (may have values between  0 and 1 for particular answer type).
17
variable between 0 et 1 according to bad or good answer (may have values between  0 and 1 for particular answer type).
18
 
18
 
19
:help_subject
19
:help_subject
20
help_subject
20
help_subject
21
variable contenant l'identificateur de l'aide introduite par la méthode spéciale <tt>help</tt>.
21
variable contenant l'identificateur de l'aide introduite par la méthode spéciale <tt class="wims_code_words">help</tt>.
-
 
22
 
-
 
23
:firstname
-
 
24
firstname
-
 
25
Participant firstname, by default <tt class="wims_code_words">$name_firstname</tt>.
-
 
26
 
-
 
27
:lastname
-
 
28
lastname
-
 
29
Participant lastname, by default <tt class="wims_code_words">$name_lastname</tt>.
-
 
30
 
-
 
31
:login
-
 
32
login
-
 
33
Participant login, by default <tt class="wims_code_words">anonymous</tt>.