Subversion Repositories wimsdev

Rev

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