Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2088 | bpr | 1 | !exit |
1043 | bpr | 2 | <a name=ans></a> |
23 | reyssat | 3 | !if $badask=yes |
4 | !if $comment!=$empty |
||
5 | La richiesta per `$badname' non è valida: \ |
||
6 | $comment |
||
7 | !else |
||
8 | La richiesta per `$badname' non è valida \ |
||
9 | perché non ha senso. |
||
10 | !endif |
||
11 | <p>La risposta è da considerarsi sbagliata a causa di questa richiesta non valida. |
||
12 | !exit |
||
13 | !endif |
||
14 | |||
15 | !if $speculate=yes |
||
16 | Non hai abbastanza informazioni per risolvere il problema! Pertanto |
||
17 | la risposta non è valida ed è considerata |
||
18 | sbagliata. |
||
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>Soluzione.</b> $solution |
||
26 | !endif |
||
27 | |||
28 | <p> |
||
29 | !if $gotcnt>$minask |
||
30 | Avresti potuto risolvere il problema facendo solo $minask |
||
31 | !if $minask>1 |
||
32 | domande. |
||
33 | !else |
||
34 | domanda. |
||
35 | !endif |
||
36 | !endif |
||
37 | |||
38 | !if $uselesscnt>0 |
||
39 | Le seguenti informazioni sono inutili (o ricavabili dalle altre informazioni già acquisite): <b>$useless</b>. |
||
40 | !endif |
||
41 |