Rev 5912 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5912 | Rev 15353 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | <a id="ans"></a> |
2 | <a id="ans"></a> |
3 | !if $badask=yes |
3 | !if $badask=yes |
4 | !if $comment!=$empty |
4 | !if $comment!=$empty |
5 | $name_illegal1: |
5 | $name_illegal1: |
6 | $comment |
6 | $comment |
7 | !else |
7 | !else |
8 | $name_illegal2 |
8 | $name_illegal2 |
9 | !endif |
9 | !endif |
10 | <p>$name_illegal3</p> |
10 | <p>$name_illegal3</p> |
11 | !exit |
11 | !exit |
12 | !endif |
12 | !endif |
13 | 13 | ||
14 | !if $speculate=yes |
14 | !if $speculate=yes |
15 | $name_speculate |
15 | $name_speculate |
16 | !exit |
16 | !exit |
17 | !else |
17 | !else |
18 | !read $deffile ans |
18 | !read $deffile ans |
19 | !endif |
19 | !endif |
20 | 20 | ||
21 | !if $solution!=$empty and ($presentsol>1 or ($presentsol=1 and $thisscore<0.7)) |
21 | !if $solution!=$empty and ($presentsol>1 or ($presentsol=1 and $thisscore<0.7)) |
22 | <p><b>$name_Solution.</b> $solution</p> |
22 | <p><b>$name_Solution.</b> $solution</p> |
23 | !endif |
23 | !endif |
24 | 24 | ||
25 | <p> |
25 | <p> |
26 | !if $gotcnt>$minask |
26 | !if $gotcnt>$minask |
27 | !if $minask>1 |
27 | !if $minask>1 |
28 | $name_minasks |
28 | $name_minasks |
29 | !else |
29 | !else |
30 | $name_minasks |
30 | $name_minasks |
31 | !endif |
31 | !endif |
32 | !endif |
32 | !endif |
33 | </p> |
33 | </p> |
34 | !if $uselesscnt>0 |
34 | !if $uselesscnt>0 |
35 | $name_useless: <b>$useless</b>. |
35 | $name_useless: <b>$useless</b>. |
36 | !endif |
36 | !endif |
37 | - |