Rev 16116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16116 | Rev 16121 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | !if $n>1 |
10 | !if $n>1 |
11 | $error |
11 | $error |
12 | !exit |
12 | !exit |
13 | !endif |
13 | !endif |
14 | 14 | ||
15 | !if $error iswordof |
15 | !if $error iswordof bad_data bad_reply \ |
16 | bad_answer bad_exo nofloat unjustified check_fail no_object\ |
16 | bad_answer bad_exo nofloat unjustified check_fail no_object\ |
17 | bad_step illegal_method bad_method bad_env fixedgoal msg\ |
17 | bad_step illegal_method bad_method bad_env fixedgoal msg\ |
18 | unknown_variable |
18 | unknown_variable |
19 | !goto $error |
19 | !goto $error |
20 | !else |
20 | !else |
21 | !msg $error |
21 | !msg $error |
22 | !exit |
22 | !exit |
23 | !endif |
23 | !endif |
24 | - | ||
25 | :empty_data |
- | |
26 | Vous avez envoyé une réponse incomplète. Veuillez la compléter. |
- | |
27 | !exit |
- | |
28 | 24 | ||
29 | :bad_data |
25 | :bad_data |
30 | Vous avez entré une donnée incompréhensible ou hors contexte. |
26 | Vous avez entré une donnée incompréhensible ou hors contexte. |
31 | Erreur de frappe ? |
27 | Erreur de frappe ? |
32 | !exit |
28 | !exit |
33 | 29 | ||
34 | :bad_reply |
30 | :bad_reply |
35 | Non ! Votre réponse est erronée. Veuillez réessayer. |
31 | Non ! Votre réponse est erronée. Veuillez réessayer. |
36 | !exit |
- | |
37 | - | ||
38 | :double_reply |
- | |
39 | Cet exercice est déjà terminé et noté. Vous ne pouvez plus continuer à |
- | |
40 | y répondre. (N'utilisez pas le bouton `recharger' de votre navigateur |
- | |
41 | pour reposter les réponses!) |
- | |
42 | !exit |
32 | !exit |
43 | 33 | ||
44 | :unknown_variable |
34 | :unknown_variable |
45 | La variable <b><em>$unknown</em></b> n'est pas définie ici. |
35 | La variable <b><em>$unknown</em></b> n'est pas définie ici. |
46 | !exit |
36 | !exit |
Line 58... | Line 48... | ||
58 | :check_fail |
48 | :check_fail |
59 | Erreur du logiciel : veuillez rapporter le bogue. |
49 | Erreur du logiciel : veuillez rapporter le bogue. |
60 | !exit |
50 | !exit |
61 | 51 | ||
62 | :no_object |
52 | :no_object |
63 | Vous n'avez rien en ce moment pour appliquer la méthode |
53 | Vous n'avez rien en ce moment pour appliquer la méthode |
64 | $badmeth</span>. |
54 | <span class="oef_indbad">$badmeth</span>. |
65 | !exit |
55 | !exit |
66 | 56 | ||
67 | :bad_step |
57 | :bad_step |
68 | Vous avez voulu aller à une étape non valable. Mauvaise manipulation de votre |
58 | Vous avez voulu aller à une étape non valable. Mauvaise manipulation de votre |
69 | part ? |
59 | part ? |
Line 91... | Line 81... | ||
91 | :msg |
81 | :msg |
92 | $msg |
82 | $msg |
93 | !exit |
83 | !exit |
94 | 84 | ||
95 | :bad_answer |
85 | :bad_answer |
96 |
|
86 | Votre réponse |
97 |
|
87 | <div class="wimscenter"> |
98 | <b>$bad_name</b> = <span class="tt">$bad_value</span> </div> |
88 | <b>$bad_name</b> = <span class="tt">$bad_value</span> </div> |
99 | !if unknownword iswordof $test |
89 | !if unknownword iswordof $test |
100 | !set w=!word 3 of $test |
90 | !set w=!word 3 of $test |
101 | n'est pas compréhensible : le mot |
91 | n'est pas compréhensible : le mot |
102 | <span class="oef_indbad">$w</span> |
92 | <span class="oef_indbad">$w</span> |