Rev 5903 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5903 | Rev 7357 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | choice1 choice2 ... |
8 | choice1 choice2 ... |
9 | variable containing the student answer to the question of type <span class="tt wims_code_words">choice</span> number 1 |
9 | variable containing the student answer to the question of type <span class="tt wims_code_words">choice</span> number 1 |
10 | 10 | ||
11 | :step |
11 | :step |
12 | step |
12 | step |
13 | variable |
13 | variable giving the step number (in case where a command as <span class="tt wims_code_variable">\steps</span> or <span class="tt wims_code_variable">\nextstep</span> 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 | ||
- | 19 | :reply_ |
|
- | 20 | reply_1 reply_2 ... |
|
- | 21 | variable containing the answer formated as in the analysis (can be used in step exercises or when no analyse is done). |
|
18 | 22 | ||
19 | :help_subject |
23 | :help_subject |
20 | help_subject |
24 | help_subject |
21 | variable contenant l'identificateur de l'aide introduite par la méthode spéciale <span class="tt wims_code_words">help</span>. |
25 | variable contenant l'identificateur de l'aide introduite par la méthode spéciale <span class="tt wims_code_words">help</span>. |
22 | 26 |