<h3>The formats of the statement</h3>
You can write the statement of the exercise under one of two formats: html or
TeX. Thanks to the recent development of the capacities of the html format,
TeX format is no longer very useful, and should be avoided.
<p>
If your exercise does not contain complicated mathematical formulae
(for example matrices), it is highly recommended to use the html format.
The execution will be faster, and there will be less problems of
compatibility, particularly in the future.
<p>
You can use the html format, if the statement of the exercise only contains
simple text. But you should take care to replace all appearences of the sign
<span class="tt wims_code_words"><</span> by the string <span class="tt wims_code_words">&lt;</span>, to avoid it to be interpreted
as the opening of an html tag. Otherwise, html tags can be used in the text,
particularly those for the subscripts (<span class="tt wims_code_words"><sub></span> and <span class="tt wims_code_words"></sub></span>)
and superscripts
(<span class="tt wims_code_words"><sup></span> and <span class="tt wims_code_words"></sup></span>).
<p>In particular, http links can be inserted into the statement. For
example, one can include figures in the exercise, without having to submit
these figures to the server. (You have only to declare the source of the
figure by a complete web address.)
<p>
You can also include mathematical symbols and formulas
!href cmd=help&special_parm=math very easily
into your exercise even if it is in html format. If this still does not
satisfy you, the TeX format is available.
To use this format, you have to know the syntax of TeX.
<p>
Under html format, you may also embed
!href cmd=help&special_parm=embedans answers
and
!href cmd=help&special_parm=draw dynamic pictures
in your statement.
<p>
Remark also that the other fields of the exercise (prompts of replies,
hint and solution) only accept html format. Mathematical symbols and
formulas can be embedded into hint and solution as in the statement under
html format.