Rev 7357 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
11545 | mquerol | 1 | :Variables predefinides |
2 | :Variable,Exemple,Significat |
||
5477 | bpr | 3 | :reply |
4 | reply1 reply2 ... |
||
5903 | bpr | 5 | variable contenant la réponse de l'élève à la question de type <span class="tt wims_code_words">reply</span> numéro 1 |
5477 | bpr | 6 | |
7 | :choice |
||
8 | choice1 choice2 ... |
||
5903 | bpr | 9 | variable contenant la réponse de l'élève à la question de type <span class="tt wims_code_words">choice</span> numéro 1 |
5477 | bpr | 10 | |
11 | :step |
||
12 | step |
||
13 | variable donnant le numéro de l'étape (dans le cas où une commande de type |
||
5903 | bpr | 14 | <span class="tt wims_code_variable">\steps</span> ou <span class="tt wims_code_variable">\nextstep</span> a été introduite). |
5477 | bpr | 15 | |
16 | :sc_reply |
||
17 | sc_reply1 sc_reply2 ... |
||
18 | variable entre 0 et 1 indiquant si la réponse à la question est juste ou non (peut avoir des valeurs entre 0 et 1 pour certains types de réponses). |
||
19 | |||
7357 | bpr | 20 | :reply_ |
21 | reply_1 reply_2 ... |
||
22 | variable containing the answer formated as in the analysis (can be used in step exercises or when no analyse is done). |
||
23 | |||
5477 | bpr | 24 | :help_subject |
25 | help_subject |
||
5903 | bpr | 26 | variable contenant l'identificateur de l'aide introduite par la méthode spéciale <span class="tt wims_code_words">help</span>. |
5477 | bpr | 27 | |
28 | :oef_firstname |
||
29 | oef_firstname |
||
5903 | bpr | 30 | Prénom du participant, par défaut <span class="tt wims_code_words">$name_firstname</span>. |
5477 | bpr | 31 | |
32 | :oef_lastname |
||
33 | oef_lastname |
||
5903 | bpr | 34 | Nom du participant, par défaut <span class="tt wims_code_words">$name_lastname</span>. |
5477 | bpr | 35 | |
36 | :oef_login |
||
37 | oef_login |
||
5903 | bpr | 38 | Identifiant du participant, par défaut <span class="tt wims_code_words">anonymous</span>. |
5477 | bpr | 39 | |
40 | :oef_now |
||
41 | oef_now |
||
42 | Temps sous la forme aaaammjj:hh:mm:ss (20110515.22:19:25) |
||
43 | |||
44 | :oef_lang |
||
45 | oef_lang |
||
11545 | mquerol | 46 | 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>) |