Rev 547 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !set wims_module_error=error: $error |
||
3 | |||
5947 | bpr | 4 | <span class="wims_warning">$wims_name_Error.</span> |
23 | reyssat | 5 | |
6 | !if empty_data iswordof $error |
||
7 | You have submitted an incomplete reply. Please complete it. |
||
8 | !exit |
||
9 | !endif |
||
10 | |||
11 | !if bad_data iswordof $error |
||
12 | I have failed to evaluate the values you submitted. A typo? |
||
13 | !exit |
||
14 | !endif |
||
15 | |||
16 | !if double_reply iswordof $error |
||
17 | You have already submitted a reply to this problem, which has been |
||
18 | analysed and scored. Repetitive replies are ignored. (Don't use the |
||
19 | `reload' button of your browser to repost replies!) |
||
20 | !exit |
||
21 | !endif |
||
22 | |||
23 | !if bad_answer iswordof $error |
||
5947 | bpr | 24 | Your reply <p class="wims_center"> |
25 | <b>$bad_name</b> = <span class="tt">$bad_value</span> </p> |
||
23 | reyssat | 26 | !if nocompute isin $test |
27 | is not allowed: please carry out the computation yourself, and |
||
28 | submit the resulting value. |
||
29 | !else |
||
30 | is not understandable. |
||
31 | Please correct the error and resubmit your reply. |
||
32 | !endif |
||
33 | !exit |
||
34 | !endif |
||
35 | |||
36 | !if bad_exo iswordof $error |
||
37 | Due to an error in this exercise (the good answer for <b>$(replyname$i)</b> |
||
38 | is invalid), it is impossible to test the |
||
39 | correctness of your answer. The only solution for you is to change the |
||
40 | exercise; sorry. |
||
41 | <p> |
||
42 | Please |
||
43 | !if $email!=$empty |
||
44 | !mailurl $email contact the author |
||
45 | !else |
||
46 | contact the author |
||
47 | !endif |
||
48 | of the exercise if you want to report the error. |
||
49 | !exit |
||
50 | !endif |
||
51 | |||
52 | $error |