Rev 14950 | Rev 17176 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14950 | Rev 15759 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | </tr> |
23 | </tr> |
24 | !next jj |
24 | !next jj |
25 | 25 | ||
26 | !if $idontknow>0 and noidontknow notwordof $(choiceoption$i) |
26 | !if $idontknow>0 and noidontknow notwordof $(choiceoption$i) |
27 | <tr><td><input type="radio" name="choice1" id="choice1_noidea" value="$[$choiceitems1+1]" /> |
27 | <tr><td><input type="radio" name="choice1" id="choice1_noidea" value="$[$choiceitems1+1]" /> |
28 | <label for="choice1_noidea">$ch_noidea</label> |
28 | <label for="choice1_noidea">$ch_noidea.</label> |
29 | </td></tr> |
29 | </td></tr> |
30 | !endif |
30 | !endif |
31 | !if $qcmgood<=0 |
31 | !if $qcmgood<=0 |
32 | <tr><td><input type="radio" name="choice1" id="choice1_none" value="$[$choiceitems1+2]" /> |
32 | <tr><td><input type="radio" name="choice1" id="choice1_none" value="$[$choiceitems1+2]" /> |
33 | <label for="choice1_none">$ch_none</label> |
33 | <label for="choice1_none">$ch_none.</label> |
34 | </td></tr> |
34 | </td></tr> |
35 | !endif |
35 | !endif |
36 | !else |
36 | !else |
37 | <tr><td><label for="choice$i">$(choicename$i)</label></td><td>: |
37 | <tr><td><label for="choice$i">$(choicename$i)</label></td><td>: |
38 | !set p_=$ch_choose,$(choicelist$i) |
38 | !set p_=$ch_choose,$(choicelist$i) |