Subversion Repositories wimsdev

Rev

Rev 6133 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6133 Rev 15107
Line 1... Line 1...
1
 
1
 
2
<h3>The formats of the statement</h3>
2
<h2 class="wimscenter">Les formats de l'énoncé</h2>
3
<p>
3
<p>
4
You can write the statement of the exercise under one of two formats: html or
4
Vous pouvez écrire l'énoncé de l'exercice sous l'un des deux formats: html ou
5
TeX. Thanks to the recent development of the capacities of the html format,
5
TeX. A cause du développement des capacités du format html (voir ci-dessous),
6
TeX format is no longer very useful, and should be avoided.
6
le format TeX n'est plus indispensable et est à éviter désormais.
7
</p><p>
7
</p><p>
8
If your exercise does not contain complicated mathematical formulae
8
Si votre exercice ne contient pas de formules mathématiques compliquées
9
(for example matrices), it is highly recommended to use the html format.
9
(par exemple des matrices), il est vivement conseillé d'utiliser le format
10
The execution will be faster, and there will be less problems of
10
html. L'exécution sera plus rapide, et il y aura moins de problème de
11
compatibility, particularly in the future.
11
compatibilité, surtout dans le futur.
12
</p><p>
12
</p><p>
13
You can use the html format, if the statement of the exercise only contains
13
Vous pouvez utiliser le format html, si l'énoncé de l'exercice ne contient
14
simple text. But you should take care to replace all appearences of the sign
14
rien d'autre que du simple texte. Il faut surtout prendre soin de remplacer
15
<span class="tt wims_code_words">&lt;</span> by the string <span class="tt wims_code_words">&#38;lt;</span>, to avoid it to be interpreted
15
toute apparence du signe <span class="tt">&lt;</span> par la chaîne <span class="tt">&#38;lt;</span>, pour
-
 
16
éviter qu'il soit interprété comme l'ouverture d'un tag html. En dehors de
16
as the opening of an html tag. Otherwise, html tags can be used in the text,
17
cela, les tags html peuvent être utilisés, en particulier ceux pour les
17
particularly those for the subscripts (<span class="tt wims_code_words">&lt;sub&gt;</span> and <span class="tt wims_code_words">&lt;/sub&gt;</span>)
18
indices (<span class="tt">&lt;sub&gt;</span> et <span class="tt">&lt;/sub&gt;</span>) et les exposants
18
and superscripts
-
 
19
(<span class="tt wims_code_words">&lt;sup&gt;</span> and <span class="tt wims_code_words">&lt;/sup&gt;</span>).
19
(<span class="tt">&lt;sup&gt;</span> et <span class="tt">&lt;/sup&gt;</span>).
20
<p>In particular, http links can be inserted into the statement. For
20
</p><p>En particulier, les liens http peuvent être insérés dans l'énoncé. Par
21
example, one can include figures in the exercise, without having to submit
21
exemple, on peut inclure des dessins dans l'exercice,
22
these figures to the server. (You have only to declare the source of the
22
sans pour autant avoir besoin de soumettre ces dessins au serveur.
23
figure by a complete web address.)
23
(Il vous suffit de déclarer la source du dessin par une adresse web
-
 
24
complète.)
24
</p><p>
25
</p><p>
25
You can also include mathematical symbols and formulas
26
Vous pouvez aussi inclure des symboles et formules mathématiques
26
!href cmd=help&special_parm=math very easily
27
!href cmd=help&special_parm=math très facilement
27
 into your exercise even if it is in html format. If this still does not
28
 dans votre exercice même s'il est en format html. Si cela ne vous satisfait
28
satisfy you, the TeX format is available.
29
encore pas, le format TeX est disponible.
29
To use this format, you have to know the syntax of TeX.
30
Pour l'utiliser, vous devez connaître la syntaxe de TeX.
30
</p><p>
31
</p><p>
31
Under html format, you may also embed
32
En format html, vous pouvez aussi inclure
32
!href cmd=help&special_parm=embedans answers
33
!href cmd=help&special_parm=embedans des champs de réponse
33
 and
34
 et
34
!href cmd=help&special_parm=draw dynamic pictures
35
!href cmd=help&special_parm=draw des dessins
35
 in your statement.
36
 dans votre énoncé.
36
</p><p>
37
</p><p>
37
Remark also that the other fields of the exercise (prompts of replies,
38
A remarquer aussi que les autres champs de l'exercice (prompts de réponses,
38
hint and solution) only accept html format. Mathematical symbols and
39
indication et solution) acceptent uniquement le format html. Les symboles et
39
formulas can be embedded into hint and solution as in the statement under
40
formules mathématiques peuvent pourtant être insérés dans l'indication et la
40
html format.
41
solution.
41
</p>
42
</p>