Subversion Repositories wimsdev

Rev

Rev 4427 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4427 Rev 5903
Line 10... Line 10...
10
The execution will be faster, and there will be less problems of
10
The execution will be faster, and there will be less problems of
11
compatibility, particularly in the future.
11
compatibility, particularly in the future.
12
<p>
12
<p>
13
You can use the html format, if the statement of the exercise only contains
13
You can use the html format, if the statement of the exercise only contains
14
simple text. But you should take care to replace all appearences of the sign
14
simple text. But you should take care to replace all appearences of the sign
15
<tt class="wims_code_words">&lt;</tt> by the string <tt class="wims_code_words">&#38;lt;</tt>, to avoid it to be interpreted
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
16
as the opening of an html tag. Otherwise, html tags can be used in the text,
16
as the opening of an html tag. Otherwise, html tags can be used in the text,
17
particularly those for the subscripts (<tt class="wims_code_words">&lt;sub&gt;</tt> and <tt class="wims_code_words">&lt;/sub&gt;</tt>)
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
and superscripts
18
and superscripts
19
(<tt class="wims_code_words">&lt;sup&gt;</tt> and <tt class="wims_code_words">&lt;/sup&gt;</tt>).
19
(<span class="tt wims_code_words">&lt;sup&gt;</span> and <span class="tt wims_code_words">&lt;/sup&gt;</span>).
20
<p>In particular, http links can be inserted into the statement. For
20
<p>In particular, http links can be inserted into the statement. For
21
example, one can include figures in the exercise, without having to submit
21
example, one can include figures in the exercise, without having to submit
22
these figures to the server. (You have only to declare the source of the
22
these figures to the server. (You have only to declare the source of the
23
figure by a complete web address.)
23
figure by a complete web address.)
24
<p>
24
<p>