Rev 4092 | Rev 4436 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4092 | Rev 4372 | ||
---|---|---|---|
Line 66... | Line 66... | ||
66 | 66 | ||
67 | 67 | ||
68 | help=feedback |
68 | help=feedback |
69 | :steps |
69 | :steps |
70 | 1 |
70 | 1 |
71 | define the questions of each step of the exercise ; must before |
71 | define the questions of each step of the exercise ; must be before the instruction <tt class="wims_code_words">statement</tt> (see the variable <tt class="wims_code_words">\step</tt>). |
72 | 72 | ||
73 | 73 | ||
74 | :nextstep |
74 | :nextstep |
75 | 1 |
75 | 1 |
76 | define the questions of each step of the exercise in a dynamic way ; must before |
76 | define the questions of each step of the exercise in a dynamic way ; must be before the instruction <tt class="wims_code_words">statement</tt> (see the variable <tt class="wims_code_words">\step</tt>). |
77 | 77 | ||
78 | 78 | ||
79 | :conditions |
79 | :conditions |
80 | 1 |
80 | 1 |
81 | define the numbers of the conditions useful for the exercise. |
81 | define the numbers of the conditions useful for the exercise. |
- | 82 | ||
- | 83 | :latex |
|
- | 84 | 1 |
|
- | 85 | permet d'écrire une version en latex de l'exercice utilisant les variables définies dans l'exercice et pouvant être téléchargées dans la version imprimable de l'exercice (accessible uniquement par les développeurs ou les enseignants d'une classe). Il est conseillé de mettre l'énoncé dans un environnement latex prédéfini <tt class="wims_code_words">\begin{statement} \end{statement}</tt> et la solution dans l'environnement <tt class="wims_code_words">\begin{sol} ... \end{sol}</tt>. |