Subversion Repositories wimsdev

Rev

Rev 3460 | Rev 4099 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

:Predefined variables
:Variable,Example,Signification
:reply
reply1 reply2 ...
variable containing the student answer to the question of type <tt class="wims_code_words">reply</tt> number 1

:choice
choice1 choice2 ...
variable containing the student answer to the question of type <tt class="wims_code_words">choice</tt> number 1

:step
step
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).

:sc_reply
sc_reply1 sc_reply2 ...
variable between 0 et 1 according to bad or good answer (may have values between  0 and 1 for particular answer type).

:help_subject
help_subject
variable contenant l'identificateur de l'aide introduite par la méthode spéciale <tt class="wims_code_words">help</tt>.

:firstname
firstname
Participant firstname, by default <tt class="wims_code_words">$name_firstname</tt>.

:lastname
lastname
Participant lastname, by default <tt class="wims_code_words">$name_lastname</tt>.

:login
login
Participant login, by default <tt class="wims_code_words">anonymous</tt>.