Rev 14666 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14666 | Rev 17180 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | !record 1 of $my_dir |
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. |
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. |
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. |
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. |
16 | !!Les exercices ainsi créés peuvent ensuite être utilisés dans les classes virtuelles de WIMS. |
17 | !!<p>Vous pouvez regarder les exemples ci-dessous. <hr |
17 | !!<p>Vous pouvez regarder les exemples ci-dessous. <hr>!!#@ |
18 | 18 | ||
19 | (<span class="wims_button disabled">$wims_name_help</span>). |
19 | (<span class="wims_button disabled">$wims_name_help</span>). |
20 | !! ce commentaire est volontaire |
20 | !! ce commentaire est volontaire |
21 | !!!record 52 of $my_dir |
21 | !!!record 52 of $my_dir |
22 | !!@#<hr |
22 | !!@#<hr> <p><i class="qt_custom_in_data">Le source est utilisable dans un compte Modtool que vous pouvez obtenir!!#@.</i> |
23 | 23 | ||
24 | <p> |
24 | <p> |
25 | !record 2 of $my_dir |
25 | !record 2 of $my_dir |
26 | !!@#Une fois le login et mot de passe obtenus,!!#@ |
26 | !!@#Une fois le login et mot de passe obtenus,!!#@ |
27 | 27 | ||
Line 40... | Line 40... | ||
40 | <fieldset class="property_fields halfwidth blockcenter"> |
40 | <fieldset class="property_fields halfwidth blockcenter"> |
41 | <legend>$wims_name_connexion</legend> |
41 | <legend>$wims_name_connexion</legend> |
42 | <div class="field box"> |
42 | <div class="field box"> |
43 | <label for="login">$wims_name_Login</label> |
43 | <label for="login">$wims_name_Login</label> |
44 | <input type="text" name="login" id="login" |
44 | <input type="text" name="login" id="login" |
45 | required="required" placeholder="$wims_name_Login" |
45 | required="required" placeholder="$wims_name_Login"> |
46 | </div> |
46 | </div> |
47 | <div class="field box"> |
47 | <div class="field box"> |
48 | <label for="passwd">$wims_name_Password</label> |
48 | <label for="passwd">$wims_name_Password</label> |
49 | <input type="password" name="passwd" id="passwd" |
49 | <input type="password" name="passwd" id="passwd" |
50 | required="required" placeholder="$wims_name_Password" |
50 | required="required" placeholder="$wims_name_Password"> |
51 | </div> |
51 | </div> |
52 | </fieldset> |
52 | </fieldset> |
53 | !set submit=submit |
53 | !set submit=submit |
54 | 54 | ||
55 | !! use in other situations - do not put in the fieldset for the moment |
55 | !! use in other situations - do not put in the fieldset for the moment |
56 | <p class="wimscenter"><input type="$submit" $balise_obl value="$wims_name_tosave" |
56 | <p class="wimscenter"><input type="$submit" $balise_obl value="$wims_name_tosave"></p> |
57 | 57 | ||
58 | !formend |
58 | !formend |
59 | !exit |
59 | !exit |
60 | !endif |
60 | !endif |
61 | 61 | ||
Line 74... | Line 74... | ||
74 | !!@#sélectionnez le type d'exercice que vous désirez créer, puis cliquez sur enregistrer !!#@ |
74 | !!@#sélectionnez le type d'exercice que vous désirez créer, puis cliquez sur enregistrer !!#@ |
75 | 75 | ||
76 | <fieldset><legend> |
76 | <fieldset><legend> |
77 | !record 57 of $my_dir |
77 | !record 57 of $my_dir |
78 | </legend> |
78 | </legend> |
79 | <div class="wimscenter"><input type="submit" $balise_obl value="$wims_name_tosave" |
79 | <div class="wimscenter"><input type="submit" $balise_obl value="$wims_name_tosave"></div> |
80 | $table_header |
80 | $table_header |
81 | $table_tr<th>$wims_name_Type</th><th>$wims_name_Description</th><th>$name_Example</th> |
81 | $table_tr<th>$wims_name_Type</th><th>$wims_name_Description</th><th>$name_Example</th> |
82 | !set u = !linecnt $name |
82 | !set u = !linecnt $name |
83 | !for i = 1 to $u |
83 | !for i = 1 to $u |
84 | $table_tr |
84 | $table_tr |
Line 98... | Line 98... | ||
98 | !set ex_title = !getdef title 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 |
99 | !set ex_data=!nospace $ex_data |
100 | !set ex_source = !getdef source in $example_dir/$(name_example[$i])/$j |
100 | !set ex_source = !getdef source in $example_dir/$(name_example[$i])/$j |
101 | 101 | ||
102 | !href target=wims_help module=$module_test&exo=$ex_source&cmd=new <i>$ex_title</i> |
102 | !href target=wims_help module=$module_test&exo=$ex_source&cmd=new <i>$ex_title</i> |
103 | <br |
103 | <br> |
104 | !href cmd=reply&example=$j&TYPE=$(name_example[$i]) $wims_name_source |
104 | !href cmd=reply&example=$j&TYPE=$(name_example[$i]) $wims_name_source |
105 | | |
105 | | |
106 | !href target=wims_mhelp cmd=help&special_parm=example&special_parm2=$(name_example[$i])/$ex_data $name_data |
106 | !href target=wims_mhelp cmd=help&special_parm=example&special_parm2=$(name_example[$i])/$ex_data $name_data |
107 | </li> |
107 | </li> |
108 | !next j |
108 | !next j |
Line 131... | Line 131... | ||
131 | 131 | ||
132 | <p> |
132 | <p> |
133 | !record 8 of $my_dir |
133 | !record 8 of $my_dir |
134 | </p> |
134 | </p> |
135 | <div class="wimscenter wimsform"> |
135 | <div class="wimscenter wimsform"> |
136 | <input type="submit" $balise_obl value="$wims_name_tosave" |
136 | <input type="submit" $balise_obl value="$wims_name_tosave"> |
137 | </div> |
137 | </div> |
138 | !!@#Donnez les renseignements suivants (les astérisques indiquent un champ obligatoire ; |
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, |
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 !!#@ |
140 | !! dans ce cas, effacez et remplacez par un blanc.</i>) puis cliquer sur enregistrer !!#@ |
141 | 141 | ||
142 | <fieldset class="property_fields blockcenter"> |
142 | <fieldset class="property_fields blockcenter"> |
143 | <legend>$name_creation $(wims_name_quick_$type_exo)</legend> |
143 | <legend>$name_creation $(wims_name_quick_$type_exo)</legend> |
144 | <div class="field box"> |
144 | <div class="field box"> |
145 | <label for="title">$wims_name_title*</label> |
145 | <label for="title">$wims_name_title*</label> |
146 | <input size="20" id="title" name="title" value="$title" required="required" |
146 | <input size="20" id="title" name="title" value="$title" required="required"> |
147 | </div> |
147 | </div> |
148 | <div class="field box"> |
148 | <div class="field box"> |
149 | <label for="author">$wims_name_Author*</label> |
149 | <label for="author">$wims_name_Author*</label> |
150 | !set wims_ref_class=wims_button_help float_right |
150 | !set wims_ref_class=wims_button_help float_right |
151 | !href target=wims_mhelp cmd=help&special_parm1=namewriting $wims_name_help |
151 | !href target=wims_mhelp cmd=help&special_parm1=namewriting $wims_name_help |
152 | <input size="20" name="author" id="author" value="$author" required="required" |
152 | <input size="20" name="author" id="author" value="$author" required="required"> |
153 | <div class="formHelp">$wims_name_firstname,$wims_name_lastname</div> |
153 | <div class="formHelp">$wims_name_firstname,$wims_name_lastname</div> |
154 | </div> |
154 | </div> |
155 | <div class="field box"> |
155 | <div class="field box"> |
156 | <label for="email">$wims_name_email*</label> |
156 | <label for="email">$wims_name_email*</label> |
157 | <input size="20" name="email" id="email" value="$email" |
157 | <input size="20" name="email" id="email" value="$email"> |
158 | </div> |
158 | </div> |
159 | <div class="field box"> |
159 | <div class="field box"> |
160 | <label for="file"> |
160 | <label for="file"> |
161 | !record 56 of $my_dir |
161 | !record 56 of $my_dir |
162 | !!@# Nom du fichier de données !!#@ |
162 | !!@# Nom du fichier de données !!#@ |
163 | *</label> |
163 | *</label> |
164 | !set wims_ref_class=wims_button_help float_right |
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 |
165 | !href target=wims_mhelp cmd=help&special_parm1=data_file$type_exo $wims_name_help |
166 | <input size="15" name="file" id="file" value="$file" required="required" |
166 | <input size="15" name="file" id="file" value="$file" required="required"> |
167 | </div> |
167 | </div> |
168 | <div class="field box"> |
168 | <div class="field box"> |
169 | <label for="source"> |
169 | <label for="source"> |
170 | !record 9 of $my_dir |
170 | !record 9 of $my_dir |
171 | !!@# Nom du fichier source de l'exercice à créer!!#@ |
171 | !!@# Nom du fichier source de l'exercice à créer!!#@ |
172 | *</label> |
172 | *</label> |
173 | !set wims_ref_class=wims_button_help float_right |
173 | !set wims_ref_class=wims_button_help float_right |
174 | !href target=wims_mhelp cmd=help&special_parm1=file $wims_name_help |
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" |
175 | <input size="15" name="source" id="source" value="$source" required="required"> |
176 | </div> |
176 | </div> |
177 | </fieldset> |
177 | </fieldset> |
178 | <fieldset class="property_fields blockcenter"> |
178 | <fieldset class="property_fields blockcenter"> |
179 | <legend>$name_setup</legend> |
179 | <legend>$name_setup</legend> |
180 | !if $type_exo notwordof CORRESP ORDONNE QUIFAITQUOI |
180 | !if $type_exo notwordof CORRESP ORDONNE QUIFAITQUOI |
Line 188... | Line 188... | ||
188 | !endif |
188 | !endif |
189 | </strong> |
189 | </strong> |
190 | !set wims_ref_class=wims_button_help float_right |
190 | !set wims_ref_class=wims_button_help float_right |
191 | !href target=wims_mhelp cmd=help&special_parm1=data $wims_name_help |
191 | !href target=wims_mhelp cmd=help&special_parm1=data $wims_name_help |
192 | 192 | ||
193 | <br |
193 | <br> |
194 | !set wims_ref_class=wims_formradio |
194 | !set wims_ref_class=wims_formradio |
195 | !formradio N from 1 to 6 |
195 | !formradio N from 1 to 6 |
196 | !set wims_ref_id=Nall |
196 | !set wims_ref_id=Nall |
197 | !set wims_ref_class=wims_formradio |
197 | !set wims_ref_class=wims_formradio |
198 | !formradio N list all prompt $name_all |
198 | !formradio N list all prompt $name_all |
Line 293... | Line 293... | ||
293 | </strong> |
293 | </strong> |
294 | !set wims_ref_class=wims_button_help |
294 | !set wims_ref_class=wims_button_help |
295 | !href target=wims_mhelp cmd=help&special_parm1=first_step $wims_name_help |
295 | !href target=wims_mhelp cmd=help&special_parm1=first_step $wims_name_help |
296 | !set wims_ref_class=wims_formradio |
296 | !set wims_ref_class=wims_formradio |
297 | !formradio first_step list 1,0 prompt $wims_name_yes,$wims_name_no |
297 | !formradio first_step list 1,0 prompt $wims_name_yes,$wims_name_no |
298 | <br |
298 | <br> |
299 | <strong for="format">$name_format</strong> |
299 | <strong for="format">$name_format</strong> |
300 | !set wims_ref_class=wims_button_help |
300 | !set wims_ref_class=wims_button_help |
301 | !href target=wims_mhelp cmd=help&special_parm1=format0 $wims_name_help |
301 | !href target=wims_mhelp cmd=help&special_parm1=format0 $wims_name_help |
302 | !set wims_ref_class=wims_formradio |
302 | !set wims_ref_class=wims_formradio |
303 | !formradio format0 list mark,flashcard |
303 | !formradio format0 list mark,flashcard |
Line 331... | Line 331... | ||
331 | <div class="formHelp"> |
331 | <div class="formHelp"> |
332 | !record 20 of $my_dir |
332 | !record 20 of $my_dir |
333 | !!@# (si question supplémentaire) !!#@ |
333 | !!@# (si question supplémentaire) !!#@ |
334 | </div> |
334 | </div> |
335 | 335 | ||
336 | <br |
336 | <br> |
337 | <label for="reaccent"> |
337 | <label for="reaccent"> |
338 | !record 21 of $my_dir |
338 | !record 21 of $my_dir |
339 | !!@# Pour le format !!#@ |
339 | !!@# Pour le format !!#@ |
340 | <span class="tt">case</span> |
340 | <span class="tt">case</span> |
341 | </label> |
341 | </label> |
Line 368... | Line 368... | ||
368 | <strong for="format">$name_format</strong> |
368 | <strong for="format">$name_format</strong> |
369 | !set wims_ref_class=wims_button_help float_right |
369 | !set wims_ref_class=wims_button_help float_right |
370 | !href target=wims_mhelp cmd=help&special_parm1=format_click $wims_name_help |
370 | !href target=wims_mhelp cmd=help&special_parm1=format_click $wims_name_help |
371 | !set wims_ref_class=wims_formradio |
371 | !set wims_ref_class=wims_formradio |
372 | !formradio format list case,clickfill,dragfill prompt case,clickfill,dragfill |
372 | !formradio format list case,clickfill,dragfill prompt case,clickfill,dragfill |
373 | <br |
373 | <br> |
374 | !record 24 of $my_dir |
374 | !record 24 of $my_dir |
375 | !!@# Pour le format !!#@ |
375 | !!@# Pour le format !!#@ |
376 | <strong><span class="tt">case</span></strong> |
376 | <strong><span class="tt">case</span></strong> |
377 | !reset reaccent= |
377 | !reset reaccent= |
378 | !set wims_ref_class=wims_formradio |
378 | !set wims_ref_class=wims_formradio |
Line 436... | Line 436... | ||
436 | !set wims_ref_class=wims_formradio |
436 | !set wims_ref_class=wims_formradio |
437 | !formradio specialhelp4 list 0,1,2,3,4,5 prompt $name_listhelp |
437 | !formradio specialhelp4 list 0,1,2,3,4,5 prompt $name_listhelp |
438 | </li> |
438 | </li> |
439 | </ul> |
439 | </ul> |
440 | <label for="helpprompt">$name_prompt:</label> |
440 | <label for="helpprompt">$name_prompt:</label> |
441 | <input size="5" name="helpprompt" id="helpprompt" value="$helpprompt" |
441 | <input size="5" name="helpprompt" id="helpprompt" value="$helpprompt"> |
442 | </div> |
442 | </div> |
443 | !endif |
443 | !endif |
444 | 444 | ||
445 | !if $type_exo iswordof TRUEFALSE QUIFAITQUOI GAP QCMIII |
445 | !if $type_exo iswordof TRUEFALSE QUIFAITQUOI GAP QCMIII |
446 | !if $type_exo iswordof TRUEFALSE |
446 | !if $type_exo iswordof TRUEFALSE |
Line 452... | Line 452... | ||
452 | </i> |
452 | </i> |
453 | </label> |
453 | </label> |
454 | !set wims_ref_class=wims_button_help float_right |
454 | !set wims_ref_class=wims_button_help float_right |
455 | !href target=wims_mhelp cmd=help&special_parm1=choice $wims_name_help |
455 | !href target=wims_mhelp cmd=help&special_parm1=choice $wims_name_help |
456 | !!!default choice_tf=vrai,faux |
456 | !!!default choice_tf=vrai,faux |
457 | <input size="35" name="choice_tf" id="choice_tf" value="$choice_tf" |
457 | <input size="35" name="choice_tf" id="choice_tf" value="$choice_tf"> |
458 | </div> |
458 | </div> |
459 | !endif |
459 | !endif |
460 | 460 | ||
461 | !!!if $type_exo iswordof QUIFAITQUOI |
461 | !!!if $type_exo iswordof QUIFAITQUOI |
462 | !! Les différents "qui" </i> |
462 | !! Les différents "qui" </i> |
463 | !!!default choice_qq=Premier Personnage, Deuxième Personnage |
463 | !!!default choice_qq=Premier Personnage, Deuxième Personnage |
464 | !! </td><td><input size="35" name="choice_qq" id="choice_qq" value="$choice_qq" |
464 | !! </td><td><input size="35" name="choice_qq" id="choice_qq" value="$choice_qq"> |
465 | !! !endif |
465 | !! !endif |
466 | 466 | ||
467 | !if $type_exo iswordof GAP |
467 | !if $type_exo iswordof GAP |
468 | <div class="field box"> |
468 | <div class="field box"> |
469 | <label for="choice_gap"> |
469 | <label for="choice_gap"> |
Line 472... | Line 472... | ||
472 | !record 53 of $my_dir |
472 | !record 53 of $my_dir |
473 | </i> |
473 | </i> |
474 | </label> |
474 | </label> |
475 | !set wims_ref_class=wims_button_help float_right |
475 | !set wims_ref_class=wims_button_help float_right |
476 | !href target=wims_mhelp cmd=help&special_parm1=choice2 $wims_name_help |
476 | !href target=wims_mhelp cmd=help&special_parm1=choice2 $wims_name_help |
477 | <input size="35" name="choice_gap" id="choice_gap" value="$choice_gap" |
477 | <input size="35" name="choice_gap" id="choice_gap" value="$choice_gap"> |
478 | </div> |
478 | </div> |
479 | !endif |
479 | !endif |
480 | 480 | ||
481 | !!if $type_exo iswordof QCMIII |
481 | !!if $type_exo iswordof QCMIII |
482 | !! Texte pour le feedback </i> |
482 | !! Texte pour le feedback </i> |
483 | !!!default choice_fd=Vrai en effet, Faux en effet |
483 | !!!default choice_fd=Vrai en effet, Faux en effet |
484 | !! <input size="35" name="choice_fd" id="choice_fd" value="$choice_fd" |
484 | !! <input size="35" name="choice_fd" id="choice_fd" value="$choice_fd"> |
485 | !!!endif |
485 | !!!endif |
486 | !endif |
486 | !endif |
487 | 487 | ||
488 | !if $type_exo iswordof QUIFAITQUOI |
488 | !if $type_exo iswordof QUIFAITQUOI |
489 | <div class="field box"> |
489 | <div class="field box"> |
Line 498... | Line 498... | ||
498 | !record 29 of $my_dir |
498 | !record 29 of $my_dir |
499 | !!@# Phrase spécifique!!#@ |
499 | !!@# Phrase spécifique!!#@ |
500 | </label> |
500 | </label> |
501 | !set wims_ref_class=wims_button_help float_right |
501 | !set wims_ref_class=wims_button_help float_right |
502 | !href target=wims_mhelp cmd=help&special_parm1=aucune $wims_name_help |
502 | !href target=wims_mhelp cmd=help&special_parm1=aucune $wims_name_help |
503 | <input size="35" name="aucune" id="aucune" value="$aucune" |
503 | <input size="35" name="aucune" id="aucune" value="$aucune"> |
504 | </div> |
504 | </div> |
505 | !endif |
505 | !endif |
506 | 506 | ||
507 | !if $type_exo iswordof CORRESP |
507 | !if $type_exo iswordof CORRESP |
508 | <div class="field box"> |
508 | <div class="field box"> |
Line 510... | Line 510... | ||
510 | !record 30 of $my_dir |
510 | !record 30 of $my_dir |
511 | !!@# Taille des étiquettes !!#@ |
511 | !!@# Taille des étiquettes !!#@ |
512 | </label> |
512 | </label> |
513 | !set wims_ref_class=wims_button_help float_right |
513 | !set wims_ref_class=wims_button_help float_right |
514 | !href target=wims_mhelp cmd=help&special_parm1=taille_corr $wims_name_help |
514 | !href target=wims_mhelp cmd=help&special_parm1=taille_corr $wims_name_help |
515 | <input size="15" name="taille_corr" id="taille_corr" value="$taille_corr" |
515 | <input size="15" name="taille_corr" id="taille_corr" value="$taille_corr"> |
516 | </div> |
516 | </div> |
517 | !endif |
517 | !endif |
518 | 518 | ||
519 | !if $type_exo iswordof GAP SELECTWORD SELECTWORDA SELECTWORDB |
519 | !if $type_exo iswordof GAP SELECTWORD SELECTWORDA SELECTWORDB |
520 | <div class="field box"> |
520 | <div class="field box"> |
Line 522... | Line 522... | ||
522 | !record 31 of $my_dir |
522 | !record 31 of $my_dir |
523 | !!@# Taille des cases !!#@ |
523 | !!@# Taille des cases !!#@ |
524 | </label> |
524 | </label> |
525 | !set wims_ref_class=wims_button_help float_right |
525 | !set wims_ref_class=wims_button_help float_right |
526 | !href target=wims_mhelp cmd=help&special_parm1=taille_case $wims_name_help |
526 | !href target=wims_mhelp cmd=help&special_parm1=taille_case $wims_name_help |
527 | <input size="15" name="taille_case" id="taille_case" value="$taille_case" |
527 | <input size="15" name="taille_case" id="taille_case" value="$taille_case"> |
528 | <div class="formHelp">case</div> |
528 | <div class="formHelp">case</div> |
529 | !if $type_exo iswordof SELECTWORD |
529 | !if $type_exo iswordof SELECTWORD |
530 | <div class="formHelp"> |
530 | <div class="formHelp"> |
531 | !record 32 of $my_dir |
531 | !record 32 of $my_dir |
532 | !!@# si question supplémentaire!!#@ |
532 | !!@# si question supplémentaire!!#@ |
Line 541... | Line 541... | ||
541 | !record 33 of $my_dir |
541 | !record 33 of $my_dir |
542 | !!@# Taille de la zone d'écriture !!#@ |
542 | !!@# Taille de la zone d'écriture !!#@ |
543 | </label> |
543 | </label> |
544 | !set wims_ref_class=wims_button_help float_right |
544 | !set wims_ref_class=wims_button_help float_right |
545 | !href target=wims_mhelp cmd=help&special_parm1=taille_compose $wims_name_help |
545 | !href target=wims_mhelp cmd=help&special_parm1=taille_compose $wims_name_help |
546 | <input size="15" name="taille_compose" id="taille_compose" value="$taille_compose" |
546 | <input size="15" name="taille_compose" id="taille_compose" value="$taille_compose"> |
547 | </div> |
547 | </div> |
548 | !endif |
548 | !endif |
549 | 549 | ||
550 | !if $type_exo iswordof ORDONNE GAP SELECTWORD SELECTWORDA SELECTWORDB |
550 | !if $type_exo iswordof ORDONNE GAP SELECTWORD SELECTWORDA SELECTWORDB |
551 | <div class="field box"> |
551 | <div class="field box"> |
Line 557... | Line 557... | ||
557 | !href target=wims_mhelp cmd=help&special_parm1=taille_drag $wims_name_help |
557 | !href target=wims_mhelp cmd=help&special_parm1=taille_drag $wims_name_help |
558 | !if $type_exo iswordof SELECTWORD |
558 | !if $type_exo iswordof SELECTWORD |
559 | !set wims_ref_class=wims_button_help float_right |
559 | !set wims_ref_class=wims_button_help float_right |
560 | !href target=wims_mhelp cmd=help&special_parm1=supplement $wims_name_help |
560 | !href target=wims_mhelp cmd=help&special_parm1=supplement $wims_name_help |
561 | !endif |
561 | !endif |
562 | <input size="15" name="taille_drag" id="taille_drag" value="$taille_drag" |
562 | <input size="15" name="taille_drag" id="taille_drag" value="$taille_drag"> |
563 | !if $type_exo iswordof GAP SELECTWORDA SELECTWORDB |
563 | !if $type_exo iswordof GAP SELECTWORDA SELECTWORDB |
564 | <div class="formHelp">drag / click</div> |
564 | <div class="formHelp">drag / click</div> |
565 | !endif |
565 | !endif |
566 | !if $type_exo iswordof SELECTWORD |
566 | !if $type_exo iswordof SELECTWORD |
567 | <div class="formHelp"> |
567 | <div class="formHelp"> |
Line 629... | Line 629... | ||
629 | !record 51 of $my_dir |
629 | !record 51 of $my_dir |
630 | !!@# Taille du lecteur!!#@ |
630 | !!@# Taille du lecteur!!#@ |
631 | </label> |
631 | </label> |
632 | !set wims_ref_class=wims_button_help float_right |
632 | !set wims_ref_class=wims_button_help float_right |
633 | !href target=wims_mhelp cmd=help&special_parm1=player_option $wims_name_help |
633 | !href target=wims_mhelp cmd=help&special_parm1=player_option $wims_name_help |
634 | <input size="20" name="player_option" id="player_option" value="$player_option" |
634 | <input size="20" name="player_option" id="player_option" value="$player_option"> |
635 | </div> |
635 | </div> |
636 | </fieldset> |
636 | </fieldset> |
637 | 637 | ||
638 | <fieldset class="property_fields blockcenter"> |
638 | <fieldset class="property_fields blockcenter"> |
639 | <legend id="expert">$name_expert</legend> |
639 | <legend id="expert">$name_expert</legend> |
Line 647... | Line 647... | ||
647 | !set wims_formradio_class=wims_button_help |
647 | !set wims_formradio_class=wims_button_help |
648 | !formradio reading_file1 list yes,no prompt $wims_name_yes,$wims_name_no |
648 | !formradio reading_file1 list yes,no prompt $wims_name_yes,$wims_name_no |
649 | <ul> |
649 | <ul> |
650 | <li> |
650 | <li> |
651 | <label for="reading_file0"><i class="qt_custom_in_data">$name_name_file</i></label> |
651 | <label for="reading_file0"><i class="qt_custom_in_data">$name_name_file</i></label> |
652 | <input size="15" name="reading_file0" id="reading_file0" value="$reading_file0" |
652 | <input size="15" name="reading_file0" id="reading_file0" value="$reading_file0"> |
653 | </li><li> |
653 | </li><li> |
654 | <label for="reading_tag">$name_click</label> |
654 | <label for="reading_tag">$name_click</label> |
655 | <input size="8" name="reading_tag" id="reading_tag" value="$reading_tag" |
655 | <input size="8" name="reading_tag" id="reading_tag" value="$reading_tag"> |
656 | </li><li> |
656 | </li><li> |
657 | !set wims_ref_class=wims_formradio |
657 | !set wims_ref_class=wims_formradio |
658 | !formradio raw list 0,1 prompt $name_format_text |
658 | !formradio raw list 0,1 prompt $name_format_text |
659 | |
659 | |
660 | !set wims_ref_class=wims_button_help |
660 | !set wims_ref_class=wims_button_help |
Line 674... | Line 674... | ||
674 | <ul><li> |
674 | <ul><li> |
675 | <label for="audio_file0"><i class="qt_custom_in_data"> |
675 | <label for="audio_file0"><i class="qt_custom_in_data"> |
676 | !record 41 of $my_dir |
676 | !record 41 of $my_dir |
677 | !!@# nom du fichier!!#@ |
677 | !!@# nom du fichier!!#@ |
678 | </i></label> |
678 | </i></label> |
679 | <input size="15" name="audio_file0" id="audio_file0" value="$audio_file0" |
679 | <input size="15" name="audio_file0" id="audio_file0" value="$audio_file0"> |
680 | </li></ul> |
680 | </li></ul> |
681 | </div> |
681 | </div> |
682 | 682 | ||
683 | <div class="field box"> |
683 | <div class="field box"> |
684 | <strong for="video_file1"> |
684 | <strong for="video_file1"> |
Line 693... | Line 693... | ||
693 | <li> |
693 | <li> |
694 | <label for="video_file0"><i class="qt_custom_in_data"> |
694 | <label for="video_file0"><i class="qt_custom_in_data"> |
695 | !record 43 of $my_dir |
695 | !record 43 of $my_dir |
696 | !!@# adresse url de la video!!#@ |
696 | !!@# adresse url de la video!!#@ |
697 | </i></label> |
697 | </i></label> |
698 | <input size="15" name="video_file0" id="video_file0" value="$video_file0" |
698 | <input size="15" name="video_file0" id="video_file0" value="$video_file0"> |
699 | </li><li> |
699 | </li><li> |
700 | <label for="video_tag">$name_click</label> |
700 | <label for="video_tag">$name_click</label> |
701 | <input size="8" name="video_tag" id="video_tag" value="$video_tag" |
701 | <input size="8" name="video_tag" id="video_tag" value="$video_tag"> |
702 | </li> |
702 | </li> |
703 | </ul> |
703 | </ul> |
704 | </div> |
704 | </div> |
705 | 705 | ||
706 | <div class="field box"> |
706 | <div class="field box"> |
Line 716... | Line 716... | ||
716 | <li> |
716 | <li> |
717 | <label for="image_file0"><i class="qt_custom_in_data"> |
717 | <label for="image_file0"><i class="qt_custom_in_data"> |
718 | !record 45 of $my_dir |
718 | !record 45 of $my_dir |
719 | !!@# nom du fichier!!#@ |
719 | !!@# nom du fichier!!#@ |
720 | </i></label> |
720 | </i></label> |
721 | <input size="15" name="image_file0" id="image_file0" value="$image_file0" |
721 | <input size="15" name="image_file0" id="image_file0" value="$image_file0"> |
722 | </li><li> |
722 | </li><li> |
723 | <label for="image_tag">$name_click</label> |
723 | <label for="image_tag">$name_click</label> |
724 | <input size="8" name="image_tag" id="image_tag" value="$image_tag" |
724 | <input size="8" name="image_tag" id="image_tag" value="$image_tag"> |
725 | </li> |
725 | </li> |
726 | </ul> |
726 | </ul> |
727 | </div> |
727 | </div> |
728 | </fieldset> |
728 | </fieldset> |
729 | 729 | ||
Line 788... | Line 788... | ||
788 | </fieldset> |
788 | </fieldset> |
789 | !set transfert= |
789 | !set transfert= |
790 | !endif not debut |
790 | !endif not debut |
791 | !endif type_exo not empty |
791 | !endif type_exo not empty |
792 | 792 | ||
793 | <div class="wimscenter wimsform"><input type="submit" $balise_obl value="$wims_name_tosave" |
793 | <div class="wimscenter wimsform"><input type="submit" $balise_obl value="$wims_name_tosave"></div> |
794 | 794 | ||
795 | !formend |
795 | !formend |