Rev 546 | Rev 2088 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 546 | Rev 547 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | <a name=ans> |
- | |
3 | !if $badask=yes |
- | |
4 | !if $comment!=$empty |
- | |
5 |
|
1 | !read dialog/$module_language/answer.phtml |
6 | $comment |
- | |
7 | !else |
- | |
8 | Votre demande pour $badname est illégale, car cette information n'a pas de |
- | |
9 | sens. |
- | |
10 | !endif |
- | |
11 | <p>Votre travail sur cet exercice est terminé par cette demande illégale. |
- | |
12 | !exit |
- | |
13 | !endif |
- | |
14 | - | ||
15 | !if $speculate=yes |
- | |
16 | Vous ne disposez pas d'information suffisante pour résoudre ce |
- | |
17 | problème ! Votre réponse n'est donc pas valable, et est considérée |
- | |
18 | comme étant fausse. |
- | |
19 | !exit |
- | |
20 | !else |
- | |
21 | !read $deffile ans |
- | |
22 | !endif |
- | |
23 | - | ||
24 | !if $solution!=$empty and ($presentsol>1 or ($presentsol=1 and $thisscore<0.7)) |
- | |
25 | <p><b>Solution.</b> $solution |
- | |
26 | !endif |
- | |
27 | - | ||
28 | <p> |
- | |
29 | !if $gotcnt>$minask |
- | |
30 | Vous auriez pu résoudre le problème en posant seulement $minask |
- | |
31 | !if $minask>1 |
- | |
32 | questions. |
- | |
33 | !else |
- | |
34 | question. |
- | |
35 | !endif |
- | |
36 | !endif |
- | |
37 | - | ||
38 | !if $uselesscnt>0 |
- | |
39 | Les informations suivantes sont inutiles : <b>$useless</b>. |
- | |
40 | !endif |
- | |
41 | - |