Subversion Repositories wimsdev

Rev

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

Rev 23 Rev 3049
Line 54... Line 54...
54
<hr>
54
<hr>
55
 
55
 
56
<center>
56
<center>
57
<table border=2>
57
<table border=2>
58
  <tr>
58
  <tr>
59
    <th align=center>
59
    <th align="center">
60
      Texte à modifier
60
      Texte à modifier
61
    </th>
61
    </th>
62
  </tr>
62
  </tr>
63
  <tr>
63
  <tr>
64
    <td align=center>
64
    <td align="center">
65
!set wims_backslash_insmath=no
65
!set wims_backslash_insmath=no
66
!set enonceR=!reinput $enonceR
66
!set enonceR=!reinput $enonceR
67
<textarea name=enonceR rows=20 cols=70>
67
<textarea name="enonceR" rows=20 cols=70>
68
$enonceR
68
$enonceR
69
</textarea>
69
</textarea>
70
    </td>
70
    </td>
71
  </tr> 
71
  </tr> 
72
</table>
72
</table>
73
 
73
 
74
<table border=2>
74
<table border=2>
75
  <tr>
75
  <tr>
76
    <th align=center bgcolor=lightblue colspan=2>
76
    <th align="center" bgcolor=lightblue colspan=2>
77
      Nombre de possibilités de choix
77
      Nombre de possibilités de choix
78
    </th>
78
    </th>
79
  </tr>
79
  </tr>
80
  <tr>
80
  <tr>
81
    <td bgcolor=wheat>
81
    <td bgcolor=wheat>
82
      <input type="radio" name=ckchnb value=0
82
      <input type="radio" name="ckchnb" value=0
83
      !if $ckchnb=0 
83
      !if $ckchnb=0 
84
        checked
84
        checked
85
      !endif
85
      !endif
86
      > Toutes
86
      > Toutes
87
    </td>
87
    </td>
88
    <td bgcolor=turquoise nowrap>
88
    <td bgcolor=turquoise nowrap>
89
      <input type="radio" name=ckchnb value=1
89
      <input type="radio" name="ckchnb" value=1
90
        !if $ckchnb=1
90
        !if $ckchnb=1
91
	  checked
91
	  checked
92
	!endif
92
	!endif
93
       >
93
       >
94
        Afficher <input size=5 name=fixchnb value=$fixchnb> possibilités (au moins 2).
94
        Afficher <input size=5 name="fixchnb" value=$fixchnb> possibilités (au moins 2).
95
     </td>
95
     </td>
96
   </tr>
96
   </tr>
97
   <tr>
97
   <tr>
98
     <td bgcolor=azure nowrap nowrap>
98
     <td bgcolor=azure nowrap nowrap>
99
       <input type="radio" name=ckchnb value=2
99
       <input type="radio" name="ckchnb" value=2
100
         !if $ckchnb=2
100
         !if $ckchnb=2
101
	  checked
101
	  checked
102
	!endif
102
	!endif
103
	>
103
	>
104
         Nombre aléatoire compris entre 2 et $propsnb
104
         Nombre aléatoire compris entre 2 et $propsnb
105
     </td>
105
     </td>
106
     <td bgcolor=wheat nowrap>
106
     <td bgcolor=wheat nowrap>
107
       <input type="radio" name=ckchnb value=3
107
       <input type="radio" name="ckchnb" value=3
108
         !if $ckchnb=3
108
         !if $ckchnb=3
109
	  checked
109
	  checked
110
	!endif
110
	!endif
111
	>
111
	>
112
         Nombre aléatoire compris entre <input size=5 name=borng value=$borng> et 
112
         Nombre aléatoire compris entre <input size=5 name="borng" value=$borng> et 
113
	 <input size=5 name=bornd value=$bornd>
113
	 <input size=5 name="bornd" value=$bornd>
114
     </td>
114
     </td>
115
   </tr>
115
   </tr>
116
</table>
116
</table>
117
 
117
 
118
<br>
118
<br>
Line 122... Line 122...
122
    <br>
122
    <br>
123
    Veuillez donc préciser:
123
    Veuillez donc préciser:
124
    <ul>
124
    <ul>
125
      <li>
125
      <li>
126
        <b>Option 1</b>: <tt>on ne peut cocher qu'une réponse</tt> 
126
        <b>Option 1</b>: <tt>on ne peut cocher qu'une réponse</tt> 
127
	<input type="radio" name=chbox_u_radio value=radio 
127
	<input type="radio" name="chbox_u_radio" value=radio 
128
	!if $chbox_u_radio!=checkbox 
128
	!if $chbox_u_radio!=checkbox 
129
	  checked
129
	  checked
130
	!endif
130
	!endif
131
	>
131
	>
132
      </li>
132
      </li>
133
      <li>
133
      <li>
134
        <b>Option 2</b>: <tt>on doit cocher toutes les bonnes réponses</tt> 
134
        <b>Option 2</b>: <tt>on doit cocher toutes les bonnes réponses</tt> 
135
	<input type="radio" name=chbox_u_radio value=checkbox 
135
	<input type="radio" name="chbox_u_radio" value=checkbox 
136
	!if $chbox_u_radio=checkbox 
136
	!if $chbox_u_radio=checkbox 
137
	  checked
137
	  checked
138
	!endif
138
	!endif
139
	>
139
	>
140
      </li>
140
      </li>