1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
:Variables predefinidas
:Variable,Ejemplo,Significado
:reply
reply1 reply2 ...
variable contenant la rponse de l'lve la question de type <span class="tt wims_code_words">reply</span> numro 1
:choice
choice1 choice2 ...
variable contenant la rponse de l'lve la question de type <span class="tt wims_code_words">choice</span> numro 1
:step
step
variable donnant le numro de l'tape (dans le cas o une commande de type
<span class="tt wims_code_variable">\steps</span> ou <span class="tt wims_code_variable">\nextstep</span> a t introduite).
:sc_reply
sc_reply1 sc_reply2 ...
variable entre 0 et 1 indiquant si la rponse la question est juste ou non (peut avoir des valeurs entre 0 et 1 pour certains types de rponses).
:reply_
reply_1 reply_2 ...
variable containing the answer formated as in the analysis (can be used in step exercises or when no analyse is done).
:help_subject
help_subject
variable contenant l'identificateur de l'aide introduite par la mthode spciale <span class="tt wims_code_words">help</span>.
:oef_firstname
oef_firstname
Prnom du participant, par dfaut <span class="tt wims_code_words">$name_firstname</span>.
:oef_lastname
oef_lastname
Nom du participant, par dfaut <span class="tt wims_code_words">$name_lastname</span>.
:oef_login
oef_login
Identifiant du participant, par dfaut <span class="tt wims_code_words">anonymous</span>.
:oef_now
oef_now
Temps sous la forme aaaammjj:hh:mm:ss (20110515.22:19:25)
:oef_lang
oef_lang
Langage du participant ou visiteur (par exemple, <span class="tt wims_code_words">en</span>, <span class="tt wims_code_words">fr</span>, <span class="tt wims_code_words">es</span>)
|