Subversion Repositories wimsdev

Rev

Rev 14666 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2544 bpr 1
!set my_dir=lang/menu.$modu_lang
2740 bpr 2
!!!for the moment no language version, because only one example module
3
!set example_dir=lang/example.fr
2544 bpr 4
 
5601 obado 5
 
2544 bpr 6
!reset type_fichier
5601 obado 7
 
2544 bpr 8
!set wims_form_method=file
9
!form reply
10
!if $wims_developer=$empty
12520 bpr 11
  <b>$module_title</b>
12
  !record 1 of $my_dir
13
  !!@# vous permet de créer le source d'exercices type. Il est particulièrement adapté aux exercices de langues.
14
  !!Pour rendre ces exercices plus attractifs, il est bien d'avoir un grand jeu de phrases, de questions ou de textes.
15
  !!Vous pouvez prévoir d'insérer dans l'exercice des fichiers audio ou des images,  des textes à lire dans une autre fenêtre et même des videos.
16
  !!Les exercices ainsi créés peuvent ensuite être utilisés dans les classes  virtuelles de WIMS.
17180 bpr 17
  !!<p>Vous pouvez regarder les exemples ci-dessous. <hr>!!#@
2544 bpr 18
 
12520 bpr 19
  (<span class="wims_button disabled">$wims_name_help</span>).
20
  !! ce commentaire est volontaire
21
  !!!record 52 of $my_dir
17180 bpr 22
  !!@#<hr> <p><i class="qt_custom_in_data">Le source est utilisable dans un compte  Modtool que vous pouvez obtenir!!#@.</i>
2544 bpr 23
 
12520 bpr 24
  <p>
13291 obado 25
    !record 2 of $my_dir
26
    !!@#Une fois le login et mot de passe obtenus,!!#@
2544 bpr 27
 
13291 obado 28
    !mailurl $wims_site_manager $name_write_manager\
2742 bpr 29
WIMS modtool
30
.
13291 obado 31
    $name_identifier
12520 bpr 32
  </p>
2544 bpr 33
 
12520 bpr 34
  !record 3 of $my_dir
35
  !!@# et créez le module OEF (Online Exercise Format) dans lequel vous mettrez vos exercices. Un module OEF contient en général beaucoup d'exercices autour d'un thème donné. !!#@
2553 bpr 36
 
13291 obado 37
  !!!record 6 of $my_dir
38
  !!@#       Veuillez donner votre identification de développeur de Modtool!!#@
2553 bpr 39
 
13291 obado 40
  <fieldset class="property_fields halfwidth blockcenter">
41
    <legend>$wims_name_connexion</legend>
42
    <div class="field box">
12520 bpr 43
      <label for="login">$wims_name_Login</label>
44
      <input type="text" name="login" id="login"
17180 bpr 45
        required="required" placeholder="$wims_name_Login">
12520 bpr 46
    </div>
47
    <div class="field box">
13291 obado 48
      <label for="passwd">$wims_name_Password</label>
49
      <input type="password" name="passwd" id="passwd"
17180 bpr 50
        required="required" placeholder="$wims_name_Password">
12520 bpr 51
    </div>
13291 obado 52
  </fieldset>
53
  !set submit=submit
54
 
12520 bpr 55
  !! use in other situations - do not put in the fieldset for the moment
17180 bpr 56
  <p class="wimscenter"><input type="$submit" $balise_obl  value="$wims_name_tosave"></p>
5927 bpr 57
 
58
  !formend
12520 bpr 59
  !exit
2544 bpr 60
!endif
13291 obado 61
 
7442 bpr 62
!if $type_exo=$empty or $debut=1
2544 bpr 63
  !if $type_exo!=$empty
12520 bpr 64
    !record 4 of  $my_dir
65
    !!@#Vous aviez choisi !!#@
13291 obado 66
    $type_exo.
12520 bpr 67
    !record 5 of  $my_dir
68
    !!@#  Pour changer de type d'exercices : !!#@
69
  !endif
70
  !record 6 of  $my_dir
71
  !!@#   Regardez l'aide générale dans le menu en haut!!#@
13291 obado 72
,
12520 bpr 73
  !record 7 of $my_dir
13291 obado 74
  !!@#sélectionnez le type d'exercice que vous désirez créer, puis cliquez sur enregistrer !!#@
3067 bpr 75
 
12520 bpr 76
  <fieldset><legend>
13291 obado 77
    !record 57 of $my_dir
12520 bpr 78
  </legend>
17180 bpr 79
  <div class="wimscenter"><input type="submit" $balise_obl value="$wims_name_tosave"></div>
12520 bpr 80
  $table_header
2544 bpr 81
    $table_tr<th>$wims_name_Type</th><th>$wims_name_Description</th><th>$name_Example</th>
13291 obado 82
    !set u = !linecnt $name
83
    !for i = 1 to $u
84
    $table_tr
85
      <td>
86
        !set cnt=!itemcnt $(name[$i;])
87
        !for a =1 to $cnt
88
          !set wims_ref_class=wims_formradio
89
          !set wims_ref_id=type_exo_$(i)_$a
90
          !formradio type_exo list $(name[$i;$a]) prompt $(wims_name_quick_$(name[$i;$a]))
91
        !next a
92
      </td>
93
      <td>$(explication[$i;])</td>
94
      <td style="text-align:left"><ul>
95
        !for j = 1 to $(nb_example[$i])
96
          <li>
97
          !set ex_data = !getdef file in $example_dir/$(name_example[$i])/$j
98
          !set ex_title = !getdef title in $example_dir/$(name_example[$i])/$j
99
          !set ex_data=!nospace $ex_data
100
          !set ex_source = !getdef source in $example_dir/$(name_example[$i])/$j
7442 bpr 101
 
13291 obado 102
          !href target=wims_help module=$module_test&exo=$ex_source&cmd=new <i>$ex_title</i>
17180 bpr 103
          <br>
13291 obado 104
          !href cmd=reply&example=$j&TYPE=$(name_example[$i]) $wims_name_source
105
          |
106
          !href target=wims_mhelp cmd=help&special_parm=example&special_parm2=$(name_example[$i])/$ex_data $name_data
107
          </li>
108
        !next j
109
      </ul></td>
110
    </tr>
111
    !next i
12520 bpr 112
  $table_end
113
  </fieldset>
2544 bpr 114
!endif
13291 obado 115
 
2544 bpr 116
!if $type_exo!=$empty
12520 bpr 117
  !default mtype=inconnu
118
  !if $debut=1
119
    !reset debut
2544 bpr 120
    !! !set title=
12520 bpr 121
  !else
2544 bpr 122
    !! !if  $transfert!=yes
12520 bpr 123
    !record 4 of $my_dir
124
    <b>$(wims_name_quick_$type_exo)</b>. &nbsp;
125
    !set wims_ref_class=wims_button_help
126
    !href cmd=help&special_parm=$(Type_exo[1]) $wims_name_help
7442 bpr 127
&nbsp;
13291 obado 128
    !!(<i class="qt_custom_in_data">
12520 bpr 129
    !!       !formcheckbox debut list 1 prompt $name_change
130
    !!  </i>)
2544 bpr 131
 
13291 obado 132
    <p>
133
      !record 8 of $my_dir
12520 bpr 134
    </p>
135
    <div class="wimscenter wimsform">
17180 bpr 136
      <input type="submit" $balise_obl value="$wims_name_tosave">
12520 bpr 137
    </div>
13291 obado 138
    !!@#Donnez les renseignements suivants (les astérisques indiquent un champ obligatoire ;
139
    !! <i class="qt_custom_in_data">les rubriques en italique peuvent être remplies dans le fichier de données,
140
    !! dans ce cas, effacez et remplacez par un blanc.</i>) puis cliquer sur enregistrer !!#@
2544 bpr 141
 
12520 bpr 142
    <fieldset class="property_fields blockcenter">
13291 obado 143
      <legend>$name_creation $(wims_name_quick_$type_exo)</legend>
144
      <div class="field box">
145
        <label for="title">$wims_name_title*</label>
17180 bpr 146
        <input size="20" id="title" name="title" value="$title" required="required">
12520 bpr 147
      </div>
148
      <div class="field box">
13291 obado 149
        <label for="author">$wims_name_Author*</label>
150
        !set wims_ref_class=wims_button_help float_right
151
        !href target=wims_mhelp cmd=help&special_parm1=namewriting $wims_name_help
17180 bpr 152
        <input size="20" name="author" id="author" value="$author" required="required">
13291 obado 153
        <div class="formHelp">$wims_name_firstname,$wims_name_lastname</div>
154
      </div>
155
      <div class="field box">
156
        <label for="email">$wims_name_email*</label>
17180 bpr 157
        <input size="20" name="email" id="email" value="$email">
13291 obado 158
      </div>
159
      <div class="field box">
160
        <label for="file">
11573 bpr 161
          !record 56 of $my_dir
13291 obado 162
          !!@#  Nom du fichier de données !!#@
163
        *</label>
164
        !set wims_ref_class=wims_button_help float_right
165
        !href target=wims_mhelp cmd=help&special_parm1=data_file$type_exo $wims_name_help
17180 bpr 166
        <input size="15" name="file" id="file" value="$file" required="required">
12520 bpr 167
      </div>
13291 obado 168
      <div class="field box">
169
        <label for="source">
170
          !record 9 of $my_dir
171
          !!@# Nom du fichier source de l'exercice à créer!!#@
172
        *</label>
173
        !set wims_ref_class=wims_button_help float_right
174
        !href target=wims_mhelp cmd=help&special_parm1=file $wims_name_help
17180 bpr 175
        <input size="15" name="source" id="source" value="$source" required="required">
13291 obado 176
      </div>
177
    </fieldset>
178
    <fieldset class="property_fields blockcenter">
12520 bpr 179
      <legend>$name_setup</legend>
13291 obado 180
      !if $type_exo notwordof CORRESP ORDONNE QUIFAITQUOI
181
        <div class="field box">
182
          <strong>
183
            !record 10 of $my_dir
184
            !!@# Nombre de jeux de données utilisés  !!#@
185
            !if $type_exo notwordof SELECTWORD GAP SELECTWORDA SELECTWORDB
186
              !record 11 of $my_dir
187
              !!@# à chaque étape !!#@
188
            !endif
189
          </strong>
190
          !set wims_ref_class=wims_button_help float_right
191
          !href target=wims_mhelp cmd=help&special_parm1=data $wims_name_help
7442 bpr 192
 
17180 bpr 193
          <br>
13291 obado 194
          !set wims_ref_class=wims_formradio
195
          !formradio N from 1 to 6
196
          !set wims_ref_id=Nall
197
          !set wims_ref_class=wims_formradio
198
          !formradio N list all prompt $name_all
199
        </div>
200
        !if $type_exo notwordof GAP QCMIII SELECTWORD SELECTWORDA SELECTWORDB
201
          <div class="field box">
202
            <strong>
203
              !record 12 of $my_dir
204
              !!@# Nombre maximum d'étapes !!#@
205
            </strong>
206
            !set wims_ref_class=wims_button_help float_right
207
            !href target=wims_mhelp cmd=help&special_parm1=etape $wims_name_help
208
            !set wims_ref_class=wims_formradio
209
            !formradio MAX1 from 1 to 5
210
            !set wims_ref_class=wims_formradio
211
            !set wims_ref_id=MAX1p
212
            !formradio MAX1 list all prompt $name_all2
213
          </div>
214
        !endif
12520 bpr 215
      !endif
13291 obado 216
      !if $type_exo iswordof CORRESP
217
        <div class="field box">
218
          <strong for="M">
219
            !record 13 of $my_dir
220
            !!@# Nombre d'objets dans la correspondance !!#@
12061 bpr 221
          </strong>
13291 obado 222
          !set wims_ref_class=wims_formradio
223
          !formradio M from 3 to 6
224
        </div>
225
      !endif
226
      !if $type_exo notwordof CORRESP ORDONNE  QUIFAITQUOI QCMIII
12520 bpr 227
        <div class="field box">
13291 obado 228
          <strong for="alea">
229
            !record 14 of $my_dir
230
            !!@# Tirage aléatoire des jeux de données !!#@
231
          </strong>
232
          !set wims_ref_class=wims_button_help float_right
233
          !href target=wims_mhelp cmd=help&special_parm1=alea $wims_name_help
234
          !set wims_ref_class=wims_formradio
235
          !formradio alea list yes,no prompt $wims_name_yes,$wims_name_no
236
        </div>
2544 bpr 237
      !endif
13291 obado 238
      !if $type_exo iswordof QCM GAP
239
        <div class="field box">
13835 bpr 240
          <strong for="answer_given">
13291 obado 241
            !record 15 of $my_dir
242
          </strong>
243
          !!@# Réponses données !!#@
244
          !set wims_ref_class=wims_button_help float_right
245
          !href target=wims_mhelp cmd=help&special_parm1=answer_given $wims_name_help
246
          !set wims_ref_class=wims_formradio
247
          !formradio answer_given list yes,no prompt $wims_name_yes,$wims_name_no
7511 bpr 248
        </div>
13291 obado 249
      !endif
250
      !if $type_exo iswordof GAP
251
        <div class="field box">
14666 bpr 252
          <strong for="try">$name_trialcnt</strong>
13291 obado 253
          !set wims_ref_class=wims_button_help float_right
254
          !href target=wims_mhelp cmd=help&special_parm1=try $wims_name_help
255
          !set wims_ref_class=wims_formradio
256
          !formradio try list 1,2,3,4,5,6,7,8,9,10
7511 bpr 257
        </div>
2544 bpr 258
      !endif
13291 obado 259
 
260
      !if $type_exo iswordof QCM
261
        !if $format iswordof clickfill dragfill mark
262
          !set format=checkbox
263
        !endif
13835 bpr 264
        !default format=checkbox
13291 obado 265
        <div class="field box">
13835 bpr 266
          <strong for="format">$name_format</strong>
13291 obado 267
          !set wims_ref_class=wims_button_help float_right
268
          !href target=wims_mhelp cmd=help&special_parm1=format_radio $wims_name_help
269
          !set wims_ref_class=wims_formradio
270
          !formradio format list radio,checkbox
7511 bpr 271
        </div>
13835 bpr 272
        <div class="field box">
273
          <strong for="percent">
13291 obado 274
            !record 16 of $my_dir
13835 bpr 275
          </strong>
13291 obado 276
            !!@# Pourcentage de réussite nécessaire pour pouvoir continuer!!#@
277
          !set wims_ref_class=wims_button_help float_right
278
          !href target=wims_mhelp cmd=help&special_parm1=percent $wims_name_help
279
          <div class="formHelp">
280
            !record 54 of $my_dir
281
            !!@# dans le cas où il y a plusieurs étapes !!#@
282
          </div>
283
          !set wims_ref_class=wims_formradio
284
          !formradio percent list 0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1 prompt 0%,10%,20%,30%,40%,50%,60%,70%,80%,90%,100%
13835 bpr 285
        </div>
13291 obado 286
      !endif
287
 
288
      !if $type_exo iswordof SELECTWORD
7511 bpr 289
        <div class="field box">
13835 bpr 290
          <strong for="first_step">
13291 obado 291
            !record 17 of $my_dir
292
            !!@# Question demandant le marquage de mots !!#@
12061 bpr 293
          </strong>
13291 obado 294
          !set wims_ref_class=wims_button_help
295
          !href target=wims_mhelp cmd=help&special_parm1=first_step $wims_name_help
296
          !set wims_ref_class=wims_formradio
297
          !formradio first_step list 1,0 prompt $wims_name_yes,$wims_name_no
17180 bpr 298
          <br>
13835 bpr 299
          <strong for="format">$name_format</strong>
13291 obado 300
          !set wims_ref_class=wims_button_help
301
          !href target=wims_mhelp cmd=help&special_parm1=format0 $wims_name_help
302
          !set wims_ref_class=wims_formradio
303
          !formradio format0 list mark,flashcard
304
        </div>
305
        <div class="field box">
13835 bpr 306
          <strong for="second_step">
13291 obado 307
            !record 18 of $my_dir
308
            !!@# Question supplémentaire !!#@
309
          </strong>
310
          !set wims_ref_class=wims_button_help float_right
311
          !href target=wims_mhelp cmd=help&special_parm1=second_step $wims_name_help
312
          !set wims_ref_class=wims_formradio
313
          !formradio second_step list yes,no prompt $wims_name_yes,$wims_name_no
314
        </div>
315
        <div class="field box">
13835 bpr 316
          <strong for="partialscore">
13291 obado 317
            !record 19 of $my_dir
318
            !!@# Score partiel !!#@
319
          </strong>
320
          !set wims_ref_class=wims_button_help float_right
321
          !href target=wims_mhelp cmd=help&special_parm1=partialscore $wims_name_help
322
          !set wims_ref_class=wims_formradio
323
          !formradio partialscore list split,no prompt $wims_name_yes,$wims_name_no
324
        </div>
325
        <div class="field box">
13835 bpr 326
          <strong for="format">$name_format</strong>
13291 obado 327
          !set wims_ref_class=wims_button_help float_right
328
          !href target=wims_mhelp cmd=help&special_parm1=format_click $wims_name_help
329
          !set wims_ref_class=wims_formradio
330
          !formradio format list case,clickfill,dragfill prompt case,clickfill,dragfill
331
          <div class="formHelp">
332
            !record 20 of $my_dir
333
            !!@# (si question supplémentaire) !!#@
7513 bpr 334
          </div>
13291 obado 335
 
17180 bpr 336
          <br>
13291 obado 337
          <label for="reaccent">
338
            !record 21 of $my_dir
339
            !!@# Pour le format !!#@
340
            <span class="tt">case</span>
341
          </label>
342
          !set wims_ref_class=wims_formradio
343
          !formcheckbox reaccent list yes prompt $wims_name_yes
344
          <div class="formHelp">
345
            !reset reaccent=
346
            !record 22 of $my_dir
347
            !!@# Permettre d'écrire e' au lieu de é ...!!#@
348
          </div>
349
        </div>
350
        <div class="field box">
351
          <strong>
352
            !record 23 of $my_dir
353
            !!@# Réponses !!#@
354
          </strong>
355
          !set wims_ref_class=wims_button_help float_right
356
          !href target=wims_mhelp cmd=help&special_parm1=supplement $wims_name_help
357
          !set wims_ref_class=wims_formradio
358
          !formradio pos_rep list inside,outside,under prompt $name_position
359
          <div class="formHelp">
360
            !record 32 of $my_dir
361
            !!@# si question supplémentaire!!#@
362
          </div>
363
        </div>
364
      !endif SELECTWORD
7442 bpr 365
 
13291 obado 366
      !if $type_exo iswordof SELECTWORDA
367
        <div class="field box">
13835 bpr 368
          <strong for="format">$name_format</strong>
13291 obado 369
          !set wims_ref_class=wims_button_help float_right
370
          !href target=wims_mhelp cmd=help&special_parm1=format_click $wims_name_help
371
          !set wims_ref_class=wims_formradio
372
          !formradio format list case,clickfill,dragfill prompt case,clickfill,dragfill
17180 bpr 373
          <br>
13291 obado 374
          !record 24 of $my_dir
375
          !!@# Pour le format !!#@
376
          <strong><span class="tt">case</span></strong>
377
          !reset reaccent=
378
          !set wims_ref_class=wims_formradio
379
          !formcheckbox reaccent list yes prompt $name_e
380
        </div>
381
        <div class="field box">
13835 bpr 382
          <strong for="pos_rep">
13291 obado 383
            !record 25 of $my_dir
384
            !!@# Réponses !!#@
12061 bpr 385
          </strong>
13291 obado 386
          !set wims_ref_class=wims_button_help float_right
387
          !href target=wims_mhelp cmd=help&special_parm1=supplement $wims_name_help
388
          !set wims_ref_class=wims_formradio
389
          !formradio pos_rep list inside,outside prompt $name_position2
390
        </div>
12520 bpr 391
      !endif
13291 obado 392
 
12520 bpr 393
      !if $type_exo iswordof GAP
394
        <div class="field box">
13835 bpr 395
          <strong for="format">$name_format</strong>
13291 obado 396
          !set wims_ref_class=wims_button_help float_right
397
          !href target=wims_mhelp cmd=help&special_parm1=format_click $wims_name_help
398
          !set wims_ref_class=wims_formradio
13772 lemaire 399
          !formradio format list case,nocase,clickfill,dragfill,mark,menu prompt case,nocase,clickfill,dragfill,mark,menu
13291 obado 400
        </div>
401
        <div class="field box">
13835 bpr 402
          <strong for="common">
13291 obado 403
            !record 26 of $my_dir
404
            !!@# Menu commun (format mark, menu) !!#@
405
          </strong>
406
          !set wims_ref_class=wims_button_help float_right
407
          !href target=wims_mhelp cmd=help&special_parm1=menu_commun $wims_name_help
408
          !set wims_ref_class=wims_formradio
409
          !formradio common list yes,no prompt $wims_name_yes,$wims_name_no
410
          <div class="formHelp">
411
            !record 55 of $my_dir
412
            !!@# format mark, menu !!#@
413
          </div>
414
        </div>
415
        <div class="field box">
416
          <strong>
417
            !record 27 of $my_dir
418
            !!@# Aides spéciales proposées !!#@
419
          </strong>
420
          !set wims_ref_class=wims_button_help float_right
421
          !href target=wims_mhelp cmd=help&special_parm1=specialhelp $wims_name_help
422
          <ul class="wims_nopuce">
423
            <li><strong>$name_trial1:</strong>
424
              !set wims_ref_class=wims_formradio
425
              !formradio specialhelp1 list 0,1,2,3,4,5 prompt $name_listhelp
426
            </li><li>
427
              <strong>$name_trial2:</strong>
428
              !set wims_ref_class=wims_formradio
429
              !formradio specialhelp2 list 0,1,2,3,4,5 prompt $name_listhelp
430
            </li><li>
431
              <strong>$name_trial3:</strong>
432
              !set wims_ref_class=wims_formradio
433
              !formradio specialhelp3 list 0,1,2,3,4,5 prompt $name_listhelp
434
            </li><li>
435
              <strong>$name_trial4:</strong>
436
              !set wims_ref_class=wims_formradio
437
              !formradio specialhelp4 list 0,1,2,3,4,5 prompt $name_listhelp
438
            </li>
439
          </ul>
440
          <label for="helpprompt">$name_prompt:</label>
17180 bpr 441
          <input size="5" name="helpprompt" id="helpprompt" value="$helpprompt">
13291 obado 442
         </div>
12520 bpr 443
      !endif
13291 obado 444
 
445
      !if $type_exo iswordof TRUEFALSE QUIFAITQUOI GAP QCMIII
446
        !if $type_exo iswordof TRUEFALSE
14666 bpr 447
          <div class="field box">
448
          <label for="choice_tf">
13291 obado 449
            <i class="qt_custom_in_data">
450
              !record 28 of $my_dir
451
              !!@# Choix de réponses !!#@
452
            </i>
453
          </label>
454
          !set wims_ref_class=wims_button_help float_right
455
          !href target=wims_mhelp cmd=help&special_parm1=choice $wims_name_help
456
          !!!default choice_tf=vrai,faux
17180 bpr 457
          <input size="35" name="choice_tf" id="choice_tf" value="$choice_tf">
14666 bpr 458
          </div>
13291 obado 459
        !endif
460
 
461
        !!!if $type_exo iswordof QUIFAITQUOI
462
        !!    Les différents "qui"  </i>
463
        !!!default choice_qq=Premier Personnage, Deuxième Personnage
17180 bpr 464
        !!     </td><td><input size="35" name="choice_qq" id="choice_qq" value="$choice_qq">
13291 obado 465
        !! !endif
466
 
467
        !if $type_exo iswordof GAP
468
          <div class="field box">
469
            <label for="choice_gap">
470
              !!@# Liste de mots proposés  !!#@
471
              <i class="qt_custom_in_data">
472
                !record 53 of $my_dir
473
              </i>
474
            </label>
475
            !set wims_ref_class=wims_button_help float_right
476
            !href target=wims_mhelp cmd=help&special_parm1=choice2 $wims_name_help
17180 bpr 477
            <input size="35" name="choice_gap" id="choice_gap" value="$choice_gap">
13291 obado 478
          </div>
479
        !endif
480
 
481
        !!if $type_exo iswordof QCMIII
482
        !!   Texte pour le feedback  </i>
483
        !!!default choice_fd=Vrai en effet, Faux en effet
17180 bpr 484
        !!   <input size="35" name="choice_fd" id="choice_fd" value="$choice_fd">
13291 obado 485
        !!!endif
486
      !endif
487
 
488
      !if $type_exo iswordof QUIFAITQUOI
489
        <div class="field box">
490
          <strong>Sens</strong>
491
          !set wims_ref_class=wims_button_help float_right
492
          !href target=wims_mhelp cmd=help&special_parm1=sens $wims_name_help
493
          !set wims_ref_class=wims_formradio
494
          !formradio sens list 1,2,3 prompt $name_quifaitquoi
495
        </div>
496
        <div class="field box">
12520 bpr 497
          <label for="aucune">
13291 obado 498
            !record 29 of $my_dir
499
            !!@# Phrase spécifique!!#@
500
          </label>
501
          !set wims_ref_class=wims_button_help float_right
502
          !href target=wims_mhelp cmd=help&special_parm1=aucune $wims_name_help
17180 bpr 503
          <input size="35" name="aucune" id="aucune" value="$aucune">
7511 bpr 504
        </div>
13291 obado 505
      !endif
506
 
507
      !if $type_exo iswordof CORRESP
508
        <div class="field box">
509
          <label for="taille_corr">
510
            !record 30 of $my_dir
511
            !!@# Taille des étiquettes !!#@
512
          </label>
513
          !set wims_ref_class=wims_button_help float_right
514
          !href target=wims_mhelp cmd=help&special_parm1=taille_corr $wims_name_help
17180 bpr 515
          <input size="15" name="taille_corr" id="taille_corr" value="$taille_corr">
12520 bpr 516
        </div>
517
      !endif
13291 obado 518
 
519
      !if $type_exo iswordof GAP SELECTWORD SELECTWORDA SELECTWORDB
520
        <div class="field box">
521
          <label for="taille_case">
522
            !record 31 of $my_dir
523
            !!@# Taille des cases !!#@
524
          </label>
12520 bpr 525
          !set wims_ref_class=wims_button_help float_right
13291 obado 526
          !href target=wims_mhelp cmd=help&special_parm1=taille_case $wims_name_help
17180 bpr 527
          <input size="15" name="taille_case" id="taille_case" value="$taille_case">
13291 obado 528
          <div class="formHelp">case</div>
529
          !if $type_exo iswordof SELECTWORD
530
            <div class="formHelp">
531
              !record 32 of $my_dir
532
              !!@# si question supplémentaire!!#@
533
            </div>
12520 bpr 534
          !endif
13291 obado 535
        </div>
536
      !endif
537
 
538
      !if $type_exo iswordof COMPOSE
539
        <div class="field box">
540
          <label for="taille_compose">
541
            !record 33 of $my_dir
542
            !!@# Taille de la zone d'écriture !!#@
543
          </label>
544
          !set wims_ref_class=wims_button_help float_right
545
          !href target=wims_mhelp cmd=help&special_parm1=taille_compose $wims_name_help
17180 bpr 546
          <input size="15" name="taille_compose" id="taille_compose" value="$taille_compose">
13291 obado 547
        </div>
548
      !endif
549
 
550
      !if $type_exo iswordof ORDONNE GAP SELECTWORD SELECTWORDA SELECTWORDB
551
        <div class="field box">
552
          <label for="taille_drag">
553
            !record 34 of $my_dir
554
            !!@# Taille des étiquettes !!#@
555
          </label>
556
          !set wims_ref_class=wims_button_help float_right
557
          !href target=wims_mhelp cmd=help&special_parm1=taille_drag $wims_name_help
558
          !if $type_exo iswordof SELECTWORD
559
            !set wims_ref_class=wims_button_help float_right
560
            !href target=wims_mhelp cmd=help&special_parm1=supplement $wims_name_help
561
          !endif
17180 bpr 562
          <input size="15" name="taille_drag" id="taille_drag" value="$taille_drag">
13291 obado 563
          !if $type_exo iswordof GAP SELECTWORDA SELECTWORDB
564
            <div class="formHelp">drag / click</div>
565
          !endif
566
          !if $type_exo iswordof SELECTWORD
567
            <div class="formHelp">
568
              drag / click
569
              !record 35 of $my_dir
570
              !!@# si question supplémentaire !!#@
571
            </div>
572
          !endif
573
        </div>
574
      !endif
575
 
576
      <div class="field box">
577
        <label for="instruction">
578
          <i class="qt_custom_in_data">
579
            !record 36 of $my_dir
580
            !!@# Consigne de l'exercice !!#@
581
          </i>
582
        </label>
583
        !set wims_ref_class=wims_button_help float_right
584
        !href target=wims_mhelp cmd=help&special_parm1=instruction $wims_name_help
585
        <textarea class="nowrap" rows="4" cols="30" name="instruction" id="instruction">$instruction</textarea>
586
      </div>
587
 
588
      !if $type_exo iswordof SELECTWORDB SELECTWORD
589
        <div class="field box">
590
          <label for="instruction2">
591
            <i class="qt_custom_in_data">
592
              !record 37 of $my_dir
593
              !!@# Consigne de l'exercice !!#@
594
            </i>
595
          </label>
12520 bpr 596
          <div class="formHelp">
13291 obado 597
            !record 32 of $my_dir
598
            !!@# si question supplémentaire!!#@
12520 bpr 599
          </div>
13291 obado 600
          <textarea class="nowrap" rows="4" cols="30" name="instruction2" id="instruction2">$instruction2</textarea>
601
        </div>
602
      !endif
603
 
604
      !!if $type_exo iswordof GAP
12520 bpr 605
      <div class="field box">
13291 obado 606
        <label for="packs">
607
          <i class="qt_custom_in_data">
608
            !record 38 of $my_dir
609
            !!@#  Paquets SWAC !!#@
610
          </i>
611
        </label>
612
        !set wims_ref_class=wims_button_help float_right
613
        !href target=wims_mhelp cmd=help&special_parm1=swac $wims_name_help
614
        !set wims_formselect_switch=multiple="multiple"
615
        !formselect packs list $list_swac prompt $list_swac_prompt
616
        !set wims_formselect_switch=
7513 bpr 617
      </div>
13291 obado 618
      !!endif
619
 
12520 bpr 620
      <div class="field box">
13291 obado 621
!!      <label for="player">
622
!!        !record 50 of $my_dir
623
!!@#      Choix du lecteur mp3!!#@
624
!!      </label>
625
!!      !set wims_ref_class=wims_button_help float_right
626
!!      !href target=wims_mhelp cmd=help&special_parm1=player $wims_name_help
627
!!      !formselect player list $list_player
628
        <label for="player_option">
629
          !record 51 of $my_dir
630
          !!@# Taille du lecteur!!#@
7513 bpr 631
        </label>
13291 obado 632
        !set wims_ref_class=wims_button_help float_right
633
        !href target=wims_mhelp cmd=help&special_parm1=player_option $wims_name_help
17180 bpr 634
        <input size="20" name="player_option" id="player_option" value="$player_option">
12520 bpr 635
      </div>
13291 obado 636
    </fieldset>
637
 
638
    <fieldset class="property_fields blockcenter">
639
      <legend id="expert">$name_expert</legend>
640
      <div class="field box">
641
        <strong>
642
          !record 39 of $my_dir
643
          !!@# Fichier de lecture !!#@
644
        </strong>
645
        !set wims_ref_class=wims_button_help float_right
646
        !href target=wims_mhelp cmd=help&special_parm1=reading $wims_name_help
647
        !set wims_formradio_class=wims_button_help
648
        !formradio reading_file1 list yes,no prompt $wims_name_yes,$wims_name_no
649
        <ul>
650
          <li>
651
            <label for="reading_file0"><i class="qt_custom_in_data">$name_name_file</i></label>
17180 bpr 652
            <input size="15" name="reading_file0" id="reading_file0" value="$reading_file0">
13291 obado 653
          </li><li>
654
            <label for="reading_tag">$name_click</label>
17180 bpr 655
            <input size="8" name="reading_tag" id="reading_tag" value="$reading_tag">
13291 obado 656
          </li><li>
657
            !set wims_ref_class=wims_formradio
658
            !formradio raw list 0,1 prompt $name_format_text
659
            &nbsp;
660
            !set wims_ref_class=wims_button_help
661
            !href target=wims_mhelp cmd=help&special_parm1=raw $wims_name_help
662
          </li>
663
        </ul>
12520 bpr 664
      </div>
13291 obado 665
      <div class="field box">
666
        <strong>
667
          !record 40 of $my_dir
668
          !!@# Fichier d'écoute !!#@
669
        </strong>
670
        !set wims_ref_class=wims_button_help float_right
671
        !href target=wims_mhelp cmd=help&special_parm1=audio $wims_name_help
672
        !set wims_ref_class=wims_formradio
673
        !formradio audio_file1 list yes,no prompt $wims_name_yes,$wims_name_no
12520 bpr 674
        <ul><li>
13291 obado 675
          <label for="audio_file0"><i class="qt_custom_in_data">
676
              !record 41 of $my_dir
677
              !!@# nom du fichier!!#@
678
          </i></label>
17180 bpr 679
          <input size="15" name="audio_file0" id="audio_file0" value="$audio_file0">
13291 obado 680
        </li></ul>
12520 bpr 681
      </div>
13291 obado 682
 
683
      <div class="field box">
13835 bpr 684
        <strong for="video_file1">
13291 obado 685
          !record 42 of $my_dir
686
          !!@# Fichier video !!#@
687
        </strong>
688
        !set wims_ref_class=wims_button_help float_right
689
        !href target=wims_mhelp cmd=help&special_parm1=video $wims_name_help
690
        !set wims_ref_class=wims_formradio
691
        !formradio video_file1 list yes,no prompt $wims_name_yes,$wims_name_no
692
        <ul>
693
          <li>
694
            <label for="video_file0"><i class="qt_custom_in_data">
695
              !record 43 of $my_dir
696
              !!@# adresse url de la video!!#@
697
            </i></label>
17180 bpr 698
            <input size="15" name="video_file0" id="video_file0" value="$video_file0">
13291 obado 699
          </li><li>
700
            <label for="video_tag">$name_click</label>
17180 bpr 701
            <input size="8" name="video_tag" id="video_tag" value="$video_tag">
13291 obado 702
          </li>
703
        </ul>
704
      </div>
705
 
706
      <div class="field box">
707
        <strong>
708
          !record 44 of $my_dir
709
          !!@# Fichiers d'images !!#@
710
        </strong>
711
        !set wims_ref_class=wims_button_help float_right
712
        !href target=wims_mhelp cmd=help&special_parm1=image $wims_name_help
713
        !set wims_ref_class=wims_formradio
714
        !formradio image_file1 list yes,no prompt $wims_name_yes,$wims_name_no
715
        <ul>
716
          <li>
717
            <label for="image_file0"><i class="qt_custom_in_data">
718
              !record 45 of $my_dir
719
              !!@#     nom du fichier!!#@
720
            </i></label>
17180 bpr 721
            <input size="15" name="image_file0" id="image_file0" value="$image_file0">
13291 obado 722
          </li><li>
723
            <label for="image_tag">$name_click</label>
17180 bpr 724
            <input size="8" name="image_tag" id="image_tag" value="$image_tag">
13291 obado 725
          </li>
726
        </ul>
727
      </div>
12520 bpr 728
    </fieldset>
13291 obado 729
 
12520 bpr 730
    <fieldset class="property_fields blockcenter">
731
      <legend>CSS</legend>
732
      <div class="field box">
733
        <label for="style_question">
13291 obado 734
          !record 46 of $my_dir
735
          !!@# Style css de la question !!#@
736
        </label>
737
        !set wims_ref_class=wims_button_help float_right
738
        !href target=wims_mhelp cmd=help&special_parm1=css $wims_name_help
12520 bpr 739
        <textarea class="nowrap" rows="2" cols="30" name="style_question" id="style_question">$style_question</textarea>
740
      </div>
741
      <div class="field box">
742
        <label for="style_reponse">
13291 obado 743
          !record 47 of $my_dir
744
          !!@# Style css des réponses ou indications !!#@
745
        </label>
746
        !set wims_ref_class=wims_button_help float_right
747
        !href target=wims_mhelp cmd=help&special_parm1=css $wims_name_help
748
        <textarea class="nowrap" rows="2" cols="30" name="style_reponse" id="style_reponse">$style_reponse</textarea>
749
        !! <tr bgcolor="$c_expert"><td><label for="style_oef">Style css général de l'exercice &nbsp;.oefstatement]</td><td>
750
        !! <textarea class="nowrap" rows="2" cols="30" name="style_oef" id="style_oef">$style_oef</textarea> </td></tr>
751
      </div>
752
      <div class="field box">
753
        <label for="style_css">
754
          !record 48 of $my_dir
755
          !!@# Style css  !!#@
756
        </label>
757
        !set wims_ref_class=wims_button_help float_right
758
        !href target=wims_mhelp cmd=help&special_parm1=css1 $wims_name_help
12520 bpr 759
        <textarea class="nowrap" rows="2" cols="30" name="style_css" id="style_css">$style_css</textarea>
760
      </div>
13291 obado 761
 
762
      !if $type_exo iswordof GAP SELECTWORD SELECTWORDA SELECTWORDB
763
        <div class="field box">
13835 bpr 764
          <strong for="paste">
13291 obado 765
            !record 49 of $my_dir
766
            !!@# "Copier-Coller" possible!!#@
767
          </strong>
768
          !set wims_ref_class=wims_button_help float_right
769
          !href target=wims_mhelp cmd=help&special_parm1=nopaste $wims_name_help
770
          !set wims_ref_class=wims_formradio
771
          !formradio paste list yes,no prompt $wims_name_yes,$wims_name_no
772
        </div>
773
      !endif
774
 
775
      !if $type_exo iswordof QCM
776
        <div class="field box">
777
          <label for="qcm_prompt1">$name_prompt</label>
778
          !set wims_ref_class=wims_button_help float_right
779
          !href target=wims_mhelp cmd=help&special_parm1=prompts $wims_name_help
780
          &nbsp;
781
          <textarea class="nowrap" rows="1" cols="20" name="qcm_prompt1" id="qcm_prompt1">$qcm_prompt1</textarea>
782
          <textarea class="nowrap" rows="1" cols="20" name="qcm_prompt2" id="qcm_prompt2">$qcm_prompt2</textarea>
783
          <textarea class="nowrap" rows="1" cols="20" name="good_answer_text" id="good_answer_text">$good_answer_text</textarea>
784
          <textarea class="nowrap" rows="1" cols="20" name="bad_answer_text" id="bad_answer_text">$bad_answer_text</textarea>
785
          <textarea class="nowrap" rows="1" cols="20" name="incomplete_answer_text" id="incomplete_answer_text">$incomplete_answer_text</textarea>
786
        </div>
787
      !endif
12520 bpr 788
    </fieldset>
2544 bpr 789
    !set transfert=
13291 obado 790
  !endif not debut
791
!endif type_exo not empty
792
 
17180 bpr 793
<div class="wimscenter wimsform"><input type="submit" $balise_obl value="$wims_name_tosave"></div>
2544 bpr 794
 
5928 bpr 795
!formend