Subversion Repositories wimsdev

Rev

Rev 1005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1005 Rev 3049
Line 57... Line 57...
57
<hr>
57
<hr>
58
 
58
 
59
<center>
59
<center>
60
<table border=2>
60
<table border=2>
61
  <tr>
61
  <tr>
62
    <th align=center>
62
    <th align="center">
63
      Texte à modifier
63
      Texte à modifier
64
    </th>
64
    </th>
65
  </tr>
65
  </tr>
66
  <tr>
66
  <tr>
67
    <td align=center>
67
    <td align="center">
68
!set wims_backslash_insmath=no
68
!set wims_backslash_insmath=no
69
<textarea name=enonceR rows=20 cols=70>
69
<textarea name="enonceR" rows=20 cols=70>
70
$enonceR
70
$enonceR
71
</textarea>
71
</textarea>
72
    </td>
72
    </td>
73
  </tr> 
73
  </tr> 
74
</table>
74
</table>
75
 
75
 
76
<table border=2>
76
<table border=2>
77
  <tr>
77
  <tr>
78
    <th align=center bgcolor=lightblue colspan=2>
78
    <th align="center" bgcolor=lightblue colspan=2>
79
      Nombre de possibilités de choix
79
      Nombre de possibilités de choix
80
    </th>
80
    </th>
81
  </tr>
81
  </tr>
82
  <tr>
82
  <tr>
83
    <td bgcolor=wheat>
83
    <td bgcolor=wheat>
84
      <input type="radio" name=ckchnb value=0
84
      <input type="radio" name="ckchnb" value=0
85
      !if $ckchnb=0 
85
      !if $ckchnb=0 
86
        checked
86
        checked
87
      !endif
87
      !endif
88
      > Toutes
88
      > Toutes
89
    </td>
89
    </td>
90
    <td bgcolor=turquoise>
90
    <td bgcolor=turquoise>
91
      <input type="radio" name=ckchnb value=1
91
      <input type="radio" name="ckchnb" value=1
92
        !if $ckchnb=1
92
        !if $ckchnb=1
93
	  checked
93
	  checked
94
	!endif
94
	!endif
95
       >
95
       >
96
        Afficher <input size=5 name=fixchnb value=$fixchnb> possibilités (au moins 2).
96
        Afficher <input size=5 name="fixchnb" value=$fixchnb> possibilités (au moins 2).
97
     </td>
97
     </td>
98
   </tr>
98
   </tr>
99
   <tr>
99
   <tr>
100
     <td bgcolor=azure>
100
     <td bgcolor=azure>
101
       <input type="radio" name=ckchnb value=2
101
       <input type="radio" name="ckchnb" value=2
102
         !if $ckchnb=2
102
         !if $ckchnb=2
103
	  checked
103
	  checked
104
	!endif
104
	!endif
105
	>
105
	>
106
         Nombre aléatoire compris entre 2 et $propsnb
106
         Nombre aléatoire compris entre 2 et $propsnb
107
     </td>
107
     </td>
108
     <td bgcolor=wheat>
108
     <td bgcolor=wheat>
109
       <input type="radio" name=ckchnb value=3
109
       <input type="radio" name="ckchnb" value=3
110
         !if $ckchnb=3
110
         !if $ckchnb=3
111
	  checked
111
	  checked
112
	!endif
112
	!endif
113
	>
113
	>
114
         Nombre aléatoire compris entre <input size=5 name=borng value=$borng> et 
114
         Nombre aléatoire compris entre <input size=5 name="borng" value=$borng> et 
115
	 <input size=5 name=bornd value=$bornd>
115
	 <input size=5 name="bornd" value=$bornd>
116
     </td>
116
     </td>
117
   </tr>
117
   </tr>
118
</table>
118
</table>
119
</center>
119
</center>
120
 
120