!set wims_module_error=error: $error
!if $oldpenalty<$penalty
!set penaltymsg=You got a penalty for this serious error.
!set oldpenalty=$penalty
!endif
<b>$wims_name_Error</b>
!set n=!wordcnt $error
!if $n>1
$error
!endif
!if $error iswordof bad_data bad_reply \
bad_answer bad_exo nofloat unjustified check_fail no_object\
bad_step illegal_method bad_method bad_env fixedgoal msg\
unknown_variable
!goto $error
!else
!msg $error
!endif
:bad_data
Vous avez entré une donnée incompréhensible ou hors contexte.
Erreur de frappe ?
:bad_reply
No! Your reply is wrong. Please try again.
:unknown_variable
The variable
<b
><em
>$unknown</em
></b
> is not
defined here
.
:nofloat
Decimal numbers are not allowed in this exercise. Write 1/3 instead of
0.33333, and 1/4 instead of 0.25!
:unjustified
Sorry, but this method does not accept your input without further
justification. You should try other means.
:check_fail
Software error: please report the bug.
:no_object
You have nothing at this stage to apply the method
<span class="oef_indbad">$badmeth</span>.
:bad_step
You have tried to go to a non-valid step. Bad manipulation?
:illegal_method
You have tried to use a non-allowed method. Attempt to cheat?
:bad_method
The method does not exist. This is probably an error of the exercise.
Please contact its author in order to fix it.
:bad_env
This method is incompatible with the environment of the exercise.
:fixedgoal
This exercise does not allow you to modify the goal. Therefore you
cannot use this method.
:msg
$msg
:bad_answer
Your reply
<div class="wimscenter">
<b>$bad_name</b> = <span class="tt">$bad_value</span> </div>
!if unknownword iswordof $test
!set w=!word 3 of $test
is not understandable: the word
<span class="oef_indbad">$w</span>
in the answer is unrelated to this problem. Please correct.
!endif
!if nocompute iswordof $test
is not allowed: please carry out the computation yourself, and
submit the resulting value.
!endif
!if badform iswordof $test
is not written as required. Please rewrite it in the correct form.
!endif
!if notunit iswordof $test
is only a number: please precise the unit in your answer.
!endif
is not understandable.
Please correct the error and resubmit your reply.
:bad_exo
Due to an error in this exercise (the correct answer for <b>$(replyname$i)</b>
is invalid), it is impossible to test the
correctness of your answer. The only solution for you is to change the
exercise; sorry.
<p>
Please
!if $email!=$empty
!mailurl $email contact the author
!else
contact the author
!endif
of the exercise if you want to report the error.
</p>