Rev 20 | Rev 14628 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 3866 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !if $oldpenalty<$penalty |
2 | !if $oldpenalty<$penalty |
3 | !set penaltymsg=You got a penalty for this serious error. |
3 | !set penaltymsg=You got a penalty for this serious error. |
4 | !set oldpenalty=$penalty |
4 | !set oldpenalty=$penalty |
5 | !endif |
5 | !endif |
6 | 6 | ||
7 | <b> |
7 | <b>$wims_name_Error</b> |
8 | 8 | ||
9 | !set n=!wordcnt $error |
9 | !set n=!wordcnt $error |
10 | !if $n>1 |
10 | !if $n>1 |
11 | $error |
11 | $error |
12 | !exit |
12 | !exit |
Line 57... | Line 57... | ||
57 | :check_fail |
57 | :check_fail |
58 | Software error: please report the bug. |
58 | Software error: please report the bug. |
59 | !exit |
59 | !exit |
60 | 60 | ||
61 | :no_object |
61 | :no_object |
62 | You have nothing at this stage to apply the method <font |
62 | You have nothing at this stage to apply the method <font color="red"> |
63 | <em>$badmeth</em></font>. |
63 | <em>$badmeth</em></font>. |
64 | !exit |
64 | !exit |
65 | 65 | ||
66 | :bad_step |
66 | :bad_step |
67 | You have tried to go to a non-valid step. Bad manipulation? |
67 | You have tried to go to a non-valid step. Bad manipulation? |
Line 92... | Line 92... | ||
92 | :bad_answer |
92 | :bad_answer |
93 | Your reply <p><center> |
93 | Your reply <p><center> |
94 | <b>$bad_name</b> = <tt>$bad_value</tt> <p></center> |
94 | <b>$bad_name</b> = <tt>$bad_value</tt> <p></center> |
95 | !if unknownword iswordof $test |
95 | !if unknownword iswordof $test |
96 | !set w=!word 3 of $test |
96 | !set w=!word 3 of $test |
97 | is not understandable: the word <font |
97 | is not understandable: the word <font color="red">$w</font> |
98 | in the answer is unrelated to this problem. Please correct. |
98 | in the answer is unrelated to this problem. Please correct. |
99 | !exit |
99 | !exit |
100 | !endif |
100 | !endif |
101 | !if nocompute iswordof $test |
101 | !if nocompute iswordof $test |
102 | is not allowed: please carry out the computation yourself, and |
102 | is not allowed: please carry out the computation yourself, and |