Rev 11160 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11160 | Rev 17230 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | <ul><li> |
36 | <ul><li> |
37 | <input type="radio" name="ckchnb" value="0" |
37 | <input type="radio" name="ckchnb" value="0" |
38 | !if $ckchnb=0 |
38 | !if $ckchnb=0 |
39 | checked="checked" |
39 | checked="checked" |
40 | !endif |
40 | !endif |
41 |
|
41 | > Toutes |
42 | </li><li> |
42 | </li><li> |
43 | <input type="radio" name="ckchnb" value="1" |
43 | <input type="radio" name="ckchnb" value="1" |
44 | !if $ckchnb=1 |
44 | !if $ckchnb=1 |
45 | checked="checked" |
45 | checked="checked" |
46 | !endif |
46 | !endif |
47 |
|
47 | > |
48 | Afficher <input size="5" name="fixchnb" value="$fixchnb" |
48 | Afficher <input size="5" name="fixchnb" value="$fixchnb"> possibilités (au moins 2). |
49 | </li><li> |
49 | </li><li> |
50 | <input type="radio" name="ckchnb" value="2" |
50 | <input type="radio" name="ckchnb" value="2" |
51 | !if $ckchnb=2 |
51 | !if $ckchnb=2 |
52 | checked="checked" |
52 | checked="checked" |
53 | !endif |
53 | !endif |
54 |
|
54 | > |
55 | Nombre aléatoire compris entre 2 et $propsnb |
55 | Nombre aléatoire compris entre 2 et $propsnb |
56 | </li><li> |
56 | </li><li> |
57 | <input type="radio" name="ckchnb" value="3" |
57 | <input type="radio" name="ckchnb" value="3" |
58 | !if $ckchnb=3 |
58 | !if $ckchnb=3 |
59 | checked="checked" |
59 | checked="checked" |
60 | !endif |
60 | !endif |
61 |
|
61 | > |
62 | Nombre aléatoire compris entre <input size="5" name="borng" value="$borng" |
62 | Nombre aléatoire compris entre <input size="5" name="borng" value="$borng"> et |
63 | <input size="5" name="bornd" value="$bornd" |
63 | <input size="5" name="bornd" value="$bornd"> |
64 | </li></ul> |
64 | </li></ul> |
65 | !endif |
65 | !endif |
66 | 66 | ||
67 | !if $multirep=1 |
67 | !if $multirep=1 |
68 | <div style="text-align:justify;background-color:lightblue;width:65%"> |
68 | <div style="text-align:justify;background-color:lightblue;width:65%"> |
69 | Certaines de vos questions comportent plusieurs réponses. |
69 | Certaines de vos questions comportent plusieurs réponses. |
70 | <br |
70 | <br> |
71 | Veuillez donc préciser: |
71 | Veuillez donc préciser: |
72 | <ul> |
72 | <ul> |
73 | <li> |
73 | <li> |
74 | <b>Option 1</b>: <span class="tt">on ne peut cocher qu'une réponse</span> |
74 | <b>Option 1</b>: <span class="tt">on ne peut cocher qu'une réponse</span> |
75 | <input type="radio" name="chbox_u_radio" value="radio" |
75 | <input type="radio" name="chbox_u_radio" value="radio" |
76 | !if $chbox_u_radio!=checkbox |
76 | !if $chbox_u_radio!=checkbox |
77 | checked |
77 | checked |
78 | !endif |
78 | !endif |
79 |
|
79 | > |
80 | </li> |
80 | </li> |
81 | <li> |
81 | <li> |
82 | <b>Option 2</b>: <span class="tt">on doit cocher toutes les bonnes réponses</span> |
82 | <b>Option 2</b>: <span class="tt">on doit cocher toutes les bonnes réponses</span> |
83 | <input type="radio" name="chbox_u_radio" value="checkbox" |
83 | <input type="radio" name="chbox_u_radio" value="checkbox" |
84 | !if $chbox_u_radio=checkbox |
84 | !if $chbox_u_radio=checkbox |
85 | checked |
85 | checked |
86 | !endif |
86 | !endif |
87 |
|
87 | > |
88 | </li> |
88 | </li> |
89 | </ul> |
89 | </ul> |
90 | </div> |
90 | </div> |
91 | !else |
91 | !else |
92 | !set chbox_u_radio=radio |
92 | !set chbox_u_radio=radio |