Rev 2448 | Rev 4427 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2448 | Rev 4091 | ||
---|---|---|---|
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>& |
15 | <tt class="wims_code_words"><</tt> by the string <tt class="wims_code_words">&lt;</tt>, 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 |
17 | particularly those for the subscripts (<tt class="wims_code_words"><sub></tt> and <tt class="wims_code_words"></sub></tt>) |
18 | and superscripts |
18 | and superscripts |
19 | (<tt |
19 | (<tt class="wims_code_words"><sup></tt> and <tt class="wims_code_words"></sup></tt>). |
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> |