Rev 4099 | Rev 5903 | Go to most recent revision | 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 ... |
||
4091 | bpr | 5 | variable containing the student answer to the question of type <tt class="wims_code_words">reply</tt> number 1 |
3292 | bpr | 6 | |
7 | :choice |
||
8 | choice1 choice2 ... |
||
4091 | bpr | 9 | variable containing the student answer to the question of type <tt class="wims_code_words">choice</tt> number 1 |
3292 | bpr | 10 | |
11 | :step |
||
12 | step |
||
4091 | bpr | 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). |
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 | |
19 | :help_subject |
||
20 | help_subject |
||
4091 | bpr | 21 | variable contenant l'identificateur de l'aide introduite par la méthode spéciale <tt class="wims_code_words">help</tt>. |
22 | |||
4366 | bpr | 23 | :oef_firstname |
24 | oef_firstname |
||
4091 | bpr | 25 | Participant firstname, by default <tt class="wims_code_words">$name_firstname</tt>. |
26 | |||
4366 | bpr | 27 | :oef_lastname |
28 | oef_lastname |
||
4091 | bpr | 29 | Participant lastname, by default <tt class="wims_code_words">$name_lastname</tt>. |
30 | |||
4366 | bpr | 31 | :oef_login |
32 | oef_login |
||
4091 | bpr | 33 | Participant login, by default <tt class="wims_code_words">anonymous</tt>. |
4099 | bpr | 34 | |
4366 | bpr | 35 | :oef_now |
36 | oef_now |
||
4099 | bpr | 37 | Time with format yyyymmdd:hh:mm:ss (20110515.22:19:25) |
38 | |||
4366 | bpr | 39 | :oef_lang |
40 | oef_lang |
||
41 | Language of the participant or visitor (for example, <tt class="wims_code_words">en</tt>, <tt class="wims_code_words">fr</tt>, <tt class="wims_code_words">es</tt>) |