Subversion Repositories wimsdev

Rev

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

Rev 3866 Rev 14628
Line 33... Line 33...
33
:bad_reply
33
:bad_reply
34
 No! Your reply is wrong. Please try again.
34
 No! Your reply is wrong. Please try again.
35
 !exit
35
 !exit
36
 
36
 
37
:double_reply
37
:double_reply
38
 This exercise is already terminated and scored. You cannot continue to
38
 This exercise is already terminated and scored. You cannot continue to
39
 reply to it. (Please do not use the `reload' button of your browser to
39
 reply to it. (Please do not use the `reload' button of your browser to
40
 repost replies!)
40
 repost replies!)
41
 !exit
41
 !exit
42
 
42
 
43
:unknown_variable
43
:unknown_variable
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 color="red">
62
 You have nothing at this stage to apply the method <span class="oef_indbad">
63
 <em>$badmeth</em></font>.
63
$badmeth</span>.
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?
68
 !exit
68
 !exit
Line 88... Line 88...
88
:msg
88
:msg
89
 $msg
89
 $msg
90
 !exit
90
 !exit
91
 
91
 
92
:bad_answer
92
:bad_answer
93
 Your reply <p><center>
93
 Your reply <div class="wimscenter">
94
 <b>$bad_name</b> = <tt>$bad_value</tt> <p></center>
94
 <b>$bad_name</b> = <span class="tt">$bad_value</span> </div>
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 color="red">$w</font>
97
  is not understandable: the word <span class="oef_indbad">$w</span>
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
Line 109... Line 109...
109
 !endif
109
 !endif
110
 !if notunit iswordof $test
110
 !if notunit iswordof $test
111
  is only a number: please precise the unit in your answer.
111
  is only a number: please precise the unit in your answer.
112
  !exit
112
  !exit
113
 !endif
113
 !endif
114
 is not understandable.
114
 is not understandable.
115
 Please correct the error and resubmit your reply.
115
 Please correct the error and resubmit your reply.
116
 !exit
116
 !exit
117
 
117
 
118
:bad_exo
118
:bad_exo
119
 Due to an error in this exercise (the good answer for <b>$(replyname$i)</b>
119
 Due to an error in this exercise (the correct answer for <b>$(replyname$i)</b>
120
 is invalid), it is impossible to test the
120
 is invalid), it is impossible to test the
121
 correctness of your answer. The only solution for you is to change the
121
 correctness of your answer. The only solution for you is to change the
122
 exercise; sorry.
122
 exercise; sorry.
123
 <p>
123
 <p>
124
 Please
124
 Please
125
 !if $email!=$empty
125
 !if $email!=$empty
126
  !mailurl $email contact the author
126
  !mailurl $email contact the author
127
 !else
127
 !else
128
  contact the author
128
  contact the author
129
 !endif
129
 !endif