Rev 17059 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17059 | Rev 17187 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | !form reply |
5 | !form reply |
6 | Qual è il <em>primo</em> passaggio errato in questa argomentazione? |
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" |
10 | <input type="submit" value="Invia la risposta"></div> |
11 | !else |
11 | !else |
12 | Selezionare <em>tutti</em> i passaggi NON corretti e |
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 |
18 | !if $badstep=0 |
18 | !if $badstep=0 |
Line 45... | Line 45... | ||
45 | !if $substep=0 |
45 | !if $substep=0 |
46 | !form reply |
46 | !form reply |
47 | Cosa ne pensi di quest'<em>ultimo</em> passaggio? |
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 | Sì: il passaggio è corretto,$bad_rnames |
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 | quest'ultimo passaggio è corretto. |
57 | quest'ultimo passaggio è corretto. |
58 | !else |
58 | !else |
59 | quest'ultimo passaggio non è corretto. |
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> |