Rev 13541 | Rev 15065 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13541 | Rev 14997 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | !if empty_out iswordof $error |
1 | !if empty_out iswordof $error |
3 | Your code did not give any output. Please correct it. |
2 | Your code did not give any output. Please correct it. |
4 | !if $m_reply_err!=$empty |
3 | !if $m_reply_err!=$empty |
5 | <pre><span class="wims_warning">$m_reply_err</span></pre> |
4 | <pre><span class="wims_warning">$m_reply_err</span></pre> |
6 | !endif |
5 | !endif |
Line 14... | Line 13... | ||
14 | Your code contains illegal name <span class="tt">$illegal_name</span>. Please correct. |
13 | Your code contains illegal name <span class="tt">$illegal_name</span>. Please correct. |
15 | !exit |
14 | !exit |
16 | !endif |
15 | !endif |
17 | !if lengthoverflow iswordof $test |
16 | !if lengthoverflow iswordof $test |
18 | Your code has exceeded the length limit. Please rewrite it. |
17 | Your code has exceeded the length limit. Please rewrite it. |
- | 18 | !exit |
|
- | 19 | !endif |
|
- | 20 | !if badsize iswordof $test |
|
- | 21 | You must select |
|
- | 22 | !word 3 of $test |
|
- | 23 | objects. |
|
19 | !exit |
24 | !exit |
20 | !endif |
25 | !endif |
21 | Your reply |
26 | Your reply |
22 | <span span class="tt">$bad_value</span> |
27 | <span span class="tt">$bad_value</span> |
23 | !if unknownword iswordof $test |
28 | !if unknownword iswordof $test |
Line 43... | Line 48... | ||
43 | are computed, and submit the resulting value (for example, |
48 | are computed, and submit the resulting value (for example, |
44 | <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>). |
49 | <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>). |
45 | !exit |
50 | !exit |
46 | !endif |
51 | !endif |
47 | !if badform iswordof $test |
52 | !if badform iswordof $test |
- | 53 | !if noreduced iswordof $test |
|
- | 54 | n'est pas une écriture irréductible. Veuillez réduire la fraction. |
|
- | 55 | !exit |
|
- | 56 | !endif |
|
48 | is not written as required. Please rewrite it in the correct form. |
57 | is not written as required. Please rewrite it in the correct form. |
49 | !exit |
58 | !exit |
50 | !endif |
59 | !endif |
51 | !if notunit iswordof $test |
60 | !if notunit iswordof $test |
52 | is only a number: please precise the unit in your answer. |
61 | is only a number: please precise the unit in your answer. |
53 |
|
62 | !exit |
54 | !endif |
63 | !endif |
55 | !if bad_variable iswordof $test |
64 | !if bad_variable iswordof $test |
56 | is not understandable. It should contain extra variables. |
65 | is not understandable. It should contain extra variables. |
57 | !exit |
66 | !exit |
58 | !endif |
67 | !endif |
Line 76... | Line 85... | ||
76 | correctness of your answer. The only solution for you is to change the |
85 | correctness of your answer. The only solution for you is to change the |
77 | exercise; sorry. |
86 | exercise; sorry. |
78 | <p> |
87 | <p> |
79 | Please |
88 | Please |
80 | !if $email!=$empty |
89 | !if $email!=$empty |
81 |
|
90 | !mailurl $email contact the author |
82 | !else |
91 | !else |
83 | contact the author |
92 | contact the author |
84 | !endif |
93 | !endif |
85 | of the exercise if you want to report the error. |
94 | of the exercise if you want to report the error. |
86 | </p> |
95 | </p> |
87 | !exit |
96 | !exit |
88 | !endif |
97 | !endif |
89 | 98 | ||
90 | !if too_many_print iswordof $error |
99 | !if too_many_print iswordof $error |
91 | Your requests for printable versions are excessive. |
100 | Your requests for printable versions are excessive. |
92 |
|
101 | !exit |
93 |
|
102 | !endif |
94 | 103 | ||
95 | !if chemclick_empty_data iswordof $error |
104 | !if chemclick_empty_data iswordof $error |
96 | You have selected no atom or bond. Look at the help. |
105 | You have selected no atom or bond. Look at the help. |
97 |
|
106 | !exit |
98 |
|
107 | !endif |
99 | 108 | ||
100 | !if chemdraw_empty_data iswordof $error |
109 | !if chemdraw_empty_data iswordof $error |
101 | You have not modify the applet. Please complete it. |
110 | You have not modify the applet. Please complete it. |
102 |
|
111 | !exit |
103 |
|
112 | !endif |
- | 113 | ||
104 | !if draw_bad_object iswordof $error |
114 | !if draw_bad_object iswordof $error |
105 | You did not draw correctly the requested object ($type): try again! |
115 | You did not draw correctly the requested object ($type): try again! |
106 | !exit |
116 | !exit |
107 | !endif |
117 | !endif |
- | 118 | ||
108 | !msg $error |
119 | !msg $error |