Rev 16377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16377 | Rev 17059 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !if $sstyle=1 |
2 | !if $sstyle=1 |
3 | !if $substep=0 |
3 | !if $substep=0 |
4 | !if $all_steps=0 |
4 | !if $all_steps=0 |
5 | !form reply |
5 | !form reply |
6 | Qual è il <em>primo</em> |
6 | Qual è il <em>primo</em> passaggio errato in questa argomentazione? |
7 | !formselect badstep from 0 to $stepcnt |
7 | !formselect badstep from 0 to $stepcnt |
8 | (La risposta 0 significa che tutto è corretto.) |
8 | (La risposta 0 significa che tutto è corretto.) |
9 | <div class="wimscenter"> |
9 | <div class="wimscenter"> |
10 | <input type="submit" value="Invia la risposta"/></div> |
10 | <input type="submit" value="Invia la risposta"/></div> |
11 | !else |
11 | !else |
12 | Selezionare <em>tutti</em> i passaggi |
12 | Selezionare <em>tutti</em> i passaggi NON corretti e |
13 | <input type="submit" value="cliccare qui" />. |
13 | <input type="submit" value="cliccare qui" />. |
14 | !endif |
14 | !endif |
15 | !formend |
15 | !formend |
16 | !else |
16 | !else |
17 | !if $all_steps=0 |
17 | !if $all_steps=0 |
Line 42... | Line 42... | ||
42 | !endif |
42 | !endif |
43 | !endif |
43 | !endif |
44 | !else |
44 | !else |
45 | !if $substep=0 |
45 | !if $substep=0 |
46 | !form reply |
46 | !form reply |
47 | Cosa ne pensi |
47 | Cosa ne pensi di quest'<em>ultimo</em> passaggio? |
48 | !formselect ans list --,OK,$bad_reasons prompt Non lo so,\ |
48 | !formselect ans list --,OK,$bad_reasons prompt Non lo so,\ |
49 | |
49 | Sì: il passaggio è corretto,$bad_rnames |
50 | <input type="submit" value="Invia" /> |
50 | <input type="submit" value="Invia" /> |
51 | !formend |
51 | !formend |
52 | !endif |
52 | !endif |
53 | 53 | ||
54 | !if $substep=2 |
54 | !if $substep=2 |
55 | Hai ragione: |
55 | Hai ragione: |
56 | !if $step_reason=OK |
56 | !if $step_reason=OK |
57 |
|
57 | quest'ultimo passaggio è corretto. |
58 | !else |
58 | !else |
59 |
|
59 | quest'ultimo passaggio non è corretto. |
60 | Il passaggio corretto |
60 | Il passaggio corretto è |
61 | <div class="wimscenter"> |
61 | <div class="wimscenter"> |
62 | !line $step of $good |
62 | !line $step of $good |
63 | </div> |
63 | </div> |
64 | !endif |
64 | !endif |
65 | <p> |
65 | <p> |