Rev 15065 | Rev 17282 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15065 | Rev 15463 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !if $error=noexists |
|
- | 2 | Attention, the exercise requested does not exist. An exercise of the module is taken at random. |
|
- | 3 | !exit |
|
- | 4 | !endif |
|
1 | !if empty_out iswordof $error |
5 | !if empty_out iswordof $error |
2 | El vostre codi no ha donat cap sortida. Corregiu-lo, sisplau. |
6 | El vostre codi no ha donat cap sortida. Corregiu-lo, sisplau. |
3 | !if $m_reply_err!=$empty |
7 | !if $m_reply_err!=$empty |
4 | <pre><span class="wims_warning">$m_reply_err</span></pre> |
8 | <pre><span class="wims_warning">$m_reply_err</span></pre> |
5 | !endif |
9 | !endif |
Line 25... | Line 29... | ||
25 | !endif |
29 | !endif |
26 | La resposta |
30 | La resposta |
27 | <span span class="tt">$bad_value</span> |
31 | <span span class="tt">$bad_value</span> |
28 | !if unknownword iswordof $test |
32 | !if unknownword iswordof $test |
29 | !set w=!word 3 of $test |
33 | !set w=!word 3 of $test |
30 | no és comprensible: |
34 | no és comprensible: |
31 | la paraula <span class="tt">$w</span> |
35 | la paraula <span class="tt">$w</span> |
32 | no té relació amb aquest problema o no està permesa. |
36 | no té relació amb aquest problema o no està permesa. |
33 | Corregiu-la o trieu-ne una altra més senzilla. |
37 | Corregiu-la o trieu-ne una altra més senzilla. |
34 | !exit |
38 | !exit |
35 | !endif |
39 | !endif |