Rev 570 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 570 | Rev 571 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | !! This file contains error messages. It will be processed |
- | |
2 | !! whenever the variable `error' is not empty. |
- | |
3 | - | ||
4 | !if dontknow iswordof $error |
- | |
5 | En fait, la dernière étape |
- | |
6 | !if $step_reason=OK |
- | |
7 | est correcte. $step_remark |
- | |
8 | !else |
- | |
9 | n'est pas correcte. $step_remark |
- | |
10 | <p> |
- | |
11 | !read reasons/$step_reason.det |
- | |
12 | <p> |
- | |
13 | Une version correcte de la dernière étape sera<p><center> |
- | |
14 | <table border=0 bgcolor=#d0c0d0 width=80%><tr><td align=center> |
- | |
15 | !line $step of $good |
- | |
16 | </table> </center> |
- | |
17 | !endif |
- | |
18 | <p>Dommage que tu n'as pas pu voir tout ça. |
- | |
19 | !goto gnext |
- | |
20 | !endif |
- | |
21 | - | ||
22 | <b>Erreur.</b> |
- | |
23 | - | ||
24 | !if step_error iswordof $error |
- | |
25 | !if $step_reason=OK |
- | |
26 | Mais si, cette étape est parfaitement correcte ! |
- | |
27 | $step_remark |
- | |
28 | !else |
- | |
29 | !if $ask_reason>0 and $step_reason!=$ans |
- | |
30 | Non, la dernière étape est bien erronée, mais pas à cause de ce que tu penses. |
- | |
31 | !else |
- | |
32 | Mais non, il y a bien une erreur dans la dernière étape. |
- | |
33 | !endif |
- | |
34 | $step_remark |
- | |
35 | <p> |
- | |
36 | !read reasons/$step_reason.det |
- | |
37 | <p> |
- | |
38 | Une version correcte de la dernière étape sera<p><center> |
- | |
39 | <table border=0 bgcolor=#d0c0d0 width=80%><tr><td align=center> |
- | |
40 | !line $step of $good |
- | |
41 | </table> </center> <p> |
- | |
42 | !endif |
- | |
43 | :gnext |
- | |
44 | <p> |
- | |
45 | !if $step<$stepcnt |
- | |
46 | !href cmd=reply&ans=next Passer à l'étape suivante. |
- | |
47 | !else |
- | |
48 | Cet exercice est terminé. Ta note : $module_score/10. |
- | |
49 | !endif |
- | |
50 | !exit |
- | |
51 | !endif |
- | |
52 | - | ||
53 | !if bad_step iswordof $error |
- | |
54 | !if $badstep=0 |
- | |
55 | Tu penses que toutes les étapes sont correctes. |
- | |
56 | !else |
- | |
57 | Tu penses que la première mauvaise étape est le numéro $badstep. |
- | |
58 | !endif |
- | |
59 | !if $bad_steps=$empty |
- | |
60 | Tu as tort : toutes les étapes sont correctes. |
- | |
61 | <p> |
- | |
62 | !line $badstep of $remarks |
- | |
63 | !else |
- | |
64 | Non, la <em>première</em> mauvaise étape est le numéro $sss. <p> |
- | |
65 | !if $badstep>0 |
- | |
66 | !if $badstep isitemof $bad_steps |
- | |
67 | L'étape $badstep est bien erronée, mais elle n'est pas la première |
- | |
68 | mauvaise étape. |
- | |
69 | !else |
- | |
70 | Par contre, l'étape $badstep est tout à fait juste. |
- | |
71 | !endif |
- | |
72 | !else |
- | |
73 | $bad_reason <p> |
- | |
74 | !set rrr=!item 1 of $bad_reasons |
- | |
75 | !read reasons/$rrr.det |
- | |
76 | !endif |
- | |
77 | !endif |
- | |
78 |
|
1 | !read scenario/$module_language/msg.phtml |
79 | !exit |
- | |
80 | !endif |
- | |
81 | - | ||
82 | !if double_reply=$error |
- | |
83 | Tu as déjà soumis une réponse à ce problème qui a été analysée et notée. |
- | |
84 | Les réponses répétitives sont ignorées. (N'utilise pas le bouton |
- | |
85 | `recharger' de ton navigateur pour reposter les réponses!) |
- | |
86 | !exit |
- | |
87 | !endif |
- | |
88 | - |