Subversion Repositories wimsdev

Rev

Rev 5928 | Rev 6594 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !set my_dir=lang/menu.$modu_lang
  2. !!!for the moment no language version, because only one example module
  3. !set example_dir=lang/example.fr
  4.  
  5.  
  6. !reset type_fichier
  7.  
  8. <!--<div $frame>-->
  9. !set wims_form_method=file
  10. !form reply
  11. !if $wims_developer=$empty
  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/>!!#@
  19.  
  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>
  24.  
  25. <p>
  26. !record 2 of $my_dir
  27. !!@#Une fois le login et mot de passe obtenus,!!#@
  28.  
  29. !mailurl $wims_site_manager $name_write_manager\
  30. WIMS modtool
  31. .
  32. $name_identifier
  33. </p>
  34.  
  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
  38.  
  39. !!!record 6 of $my_dir
  40.  
  41. !!@#       Veuillez donner votre identification de développeur de Modtool!!#@
  42.      
  43.       <table class="wimsnoborder wimscenter wimsform">
  44.         <tr><td>$wims_name_Login</td><td><input type="text" name="login"/></td></tr>
  45.         <tr><td>$wims_name_Password</td><td>
  46.          <input type="password" name="passwd"/>
  47.         </td></tr></table>
  48.        !set submit=submit
  49.    !endif
  50.    <p class="wimscenter"><input type="$submit" $balise_obl  value="$wims_name_tosave"/></p>
  51.  
  52.  !formend
  53. !exit
  54. !endif
  55. !if $type_exo=$empty or $debut=1
  56.  !if $type_exo!=$empty
  57. !record 4 of  $my_dir
  58. !!@#Vous aviez choisi !!#@
  59. $type_exo.
  60. !record 5 of  $my_dir
  61. !!@#  Pour changer de type d'exercices : !!#@
  62. !endif
  63.  !record 6 of  $my_dir
  64. !!@#   Regardez l'aide générale dans le menu en haut!!#@
  65. ,
  66.  
  67. !record 7 of $my_dir
  68. !!@#sélectionnez le type d'exercice que vous désirez créer, puis cliquez sur!!#@
  69.  
  70.  
  71.    $table_header
  72.     $table_hdtr<td colspan="3" align="center"><input type="submit" $balise_obl value="$wims_name_tosave"/></td></tr>
  73.     $table_tr<th>$wims_name_Type</th><th>$wims_name_Description</th><th>$name_Example</th>
  74.    !set u = !linecnt $name
  75.    !for i = 1 to $u
  76.      $table_tr<td width="12%">
  77.      !set cnt=!itemcnt $(name[$i;])
  78.      !for a =1 to $cnt
  79.         <br/>
  80.         !formradio type_exo list $(name[$i;$a]) prompt $(wims_name_quick_$(name[$i;$a]))
  81.      !next a
  82.      </td><td width="25%">$(explication[$i;])</td>
  83.      <td>
  84.      !for j = 1 to $(nb_example[$i])
  85.      !set ex_data = !getdef file in $example_dir/$(name_example[$i])/$j
  86.      !set ex_title = !getdef title in $example_dir/$(name_example[$i])/$j
  87.      !set ex_data=!nospace $ex_data
  88.      !set ex_source = !getdef source in $example_dir/$(name_example[$i])/$j
  89.  
  90. !href target=wims_help module=$module_test&exo=$ex_source&cmd=new <i>$ex_title</i>
  91.  &nbsp;
  92. !href cmd=reply&example=$j&TYPE=$(name_example[$i]) $wims_name_source
  93. &nbsp;
  94. !href target=wims_mhelp cmd=help&special_parm=example&special_parm2=$(name_example[$i])/$ex_data $name_data
  95. &nbsp;
  96. <br/><hr/>
  97.      !next  j
  98.      </td></tr>
  99.    !next i
  100. !!   </table>
  101. $table_end
  102. !endif
  103. !if $type_exo!=$empty
  104.  
  105.    !default mtype=inconnu
  106.    !if $debut=1
  107.      !reset debut
  108.     !! !set title=
  109.    !else
  110.     !! !if  $transfert!=yes
  111.        !record 4 of $my_dir
  112.      <b>$(wims_name_quick_$type_exo)</b>. &nbsp;
  113.        !set wims_ref_class=wims_button_help
  114.        !href cmd=help&special_parm=$(Type_exo[1]) $wims_name_help
  115. &nbsp;
  116. !!(<i>
  117. !!       !formcheckbox debut list 1 prompt $name_change
  118. !!  </i>)
  119.  
  120.        <p>
  121. !record 8 of $my_dir
  122. </p>
  123. <input type="submit" $balise_obl value="$wims_name_tosave"/>
  124. !!@#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 !!#@
  125. $table_header
  126. !!       <table align="center"><tr bgcolor="$c_obl"><td>
  127.  
  128.          $table_tr<td><label for="title">$wims_name_title*</label></td><td><input size="20" name="title" value="$title"/></td></tr>
  129.          $table_tr<td><label for="author">$wims_name_Author*</label> (<tt>$wims_name_firstname,$wims_name_lastname)</tt>
  130.          !set wims_ref_class=wims_button_help
  131. !href target=wims_mhelp cmd=help&special_parm1=namewriting $wims_name_help
  132.          </td><td> <input size="20" name="author" id="author" value="$author"/></td></tr>
  133.          $table_tr<td><label for="email">$wims_name_email*</label></td><td> <input size="20" name="email" id="email" value="$email"/></td></tr>
  134.          $table_tr<td><label for="file">$name_name_data*</label>
  135. &nbsp;
  136. !set wims_ref_class=wims_button_help
  137. !href target=wims_mhelp cmd=help&special_parm1=data_file$type_exo $wims_name_help
  138. &nbsp;
  139.         </td><td> <input size="15" name="file" id="file" value="$file"/> </td></tr>
  140.          $table_tr<td><label for="source">
  141. !record 9 of $my_dir
  142. !!@#         Nom du fichier source de l'exercice à créer!!#@
  143. *</label> &nbsp;
  144. !set wims_ref_class=wims_button_help
  145. !href target=wims_mhelp cmd=help&special_parm1=file $wims_name_help
  146. &nbsp;
  147.         </td><td> <input size="15" name="source" id="source" value="$source"/></td></tr>
  148.        !if $type_exo notwordof CORRESP ORDONNE QUIFAITQUOI
  149.          $table_tr<td><label for="N">
  150. !record 10 of $my_dir
  151. !!@# Nombre de jeux de données utilisés  !!#@
  152.      
  153.        !if $type_exo notwordof SELECTWORD GAP SELECTWORDA SELECTWORDB
  154. !record 11 of $my_dir
  155. !!@#          à chaque étape !!#@
  156. </label>
  157.        !endif
  158. &nbsp;
  159. !set wims_ref_class=wims_button_help
  160. !href target=wims_mhelp cmd=help&special_parm1=data $wims_name_help
  161. &nbsp;
  162.        </td><td>
  163.          !formradio N from 1 to 6
  164.          !formradio N list all prompt $name_all
  165.          </td></tr>
  166.        !if $type_exo notwordof GAP QCMIII SELECTWORD SELECTWORDA SELECTWORDB
  167.          $table_tr<td><label for="MAX1">
  168. !record 12 of $my_dir
  169. !!@#         Nombre maximum d'étapes !!#@
  170. </label> &nbsp;
  171. !set wims_ref_class=wims_button_help
  172. !href target=wims_mhelp cmd=help&special_parm1=etape $wims_name_help
  173. &nbsp;
  174.         </td><td>
  175.            !formradio MAX1 from 1 to 5
  176.            !formradio MAX1 list all prompt $name_all2
  177.          </td></tr>
  178.        !endif
  179.       !endif
  180.       !if $type_exo iswordof CORRESP
  181.         $table_tr<td><label for="M">
  182. !record 13 of $my_dir
  183. !!@#        Nombre d'objets dans la correspondance !!#@
  184. </label>
  185.         </td><td>
  186.         !formradio M from 3 to 6
  187.       !endif
  188.       !if $type_exo notwordof CORRESP ORDONNE  QUIFAITQUOI QCMIII
  189.         $table_tr<td><label for="alea">
  190. !record 14 of $my_dir
  191. !!@#        Tirage aléatoire des jeux de données !!#@
  192. </label> &nbsp;
  193. !set wims_ref_class=wims_button_help
  194. !href target=wims_mhelp cmd=help&special_parm1=alea $wims_name_help
  195. &nbsp;</td><td>
  196.         !formradio alea list yes,no prompt $wims_name_yes,$wims_name_no</td></tr>
  197.       !endif
  198.       !if $type_exo iswordof QCM GAP
  199.         $table_tr<td><label for="answer_given">
  200. !record 15 of $my_dir
  201. !!@#       Réponses données !!#@
  202. </label>
  203.         &nbsp;
  204.         !set wims_ref_class=wims_button_help
  205. !href target=wims_mhelp cmd=help&special_parm1=answer_given $wims_name_help
  206. &nbsp;</td><td>
  207.         !formradio answer_given list yes,no prompt $wims_name_yes,$wims_name_no</td></tr>
  208.       !endif
  209.       !if $type_exo iswordof GAP
  210.         $table_tr<td><label for="try">$name_trialcnt</label> &nbsp;
  211. !set wims_ref_class=wims_button_help
  212. !href target=wims_mhelp cmd=help&special_parm1=try $wims_name_help
  213. &nbsp;</td><td>
  214.         !formradio try list 1,2,3,4,5,6,7,8,9,10
  215.         </td></tr>
  216.       !endif
  217.       !if $type_exo iswordof QCM
  218.       !if $format iswordof clickfill dragfill mark
  219.         !set format=checkbox
  220.       !endif
  221.       !default set format=checkbox
  222.         $table_tr<td><label for="format">
  223.         $name_format
  224. </label>&nbsp;
  225. !set wims_ref_class=wims_button_help
  226. !href target=wims_mhelp cmd=help&special_parm1=format_radio $wims_name_help
  227. &nbsp; </td><td>
  228.         !formradio format list radio,checkbox
  229.         </td></tr>
  230.         $table_tr<td><label for="percent">
  231. !record 16 of $my_dir
  232. !!@#        Pourcentage de réussite nécessaire pour pouvoir continuer (dans le cas où il y a plusieurs étapes) !!#@
  233. </label> &nbsp;
  234. !set wims_ref_class=wims_button_help
  235. !href target=wims_mhelp cmd=help&special_parm1=percent $wims_name_help
  236. &nbsp;
  237. </td><td>
  238.         !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%
  239.         </td></tr>
  240.       !endif
  241.       !if $type_exo iswordof SELECTWORD
  242.       $table_tr<td><label for="first_step">
  243. !record 17 of $my_dir
  244. !!@#     Question demandant le marquage de mots !!#@
  245. </label> &nbsp;
  246. !set wims_ref_class=wims_button_help
  247. !href target=wims_mhelp cmd=help&special_parm1=first_step $wims_name_help
  248. &nbsp;</td><td>
  249.             !formradio first_step list 1,0 prompt $wims_name_yes,$wims_name_no
  250. <br/><label for="format0">
  251.         $name_format
  252. </label> &nbsp;
  253.         !formradio format list mark,flashcard
  254. !set wims_ref_class=wims_button_help
  255. !href target=wims_mhelp cmd=help&special_parm1=format0 $wims_name_help
  256.          </td></tr>
  257.          $table_tr<td><label for="second_step">
  258. !record 18 of $my_dir
  259. !!@#         Question supplémentaire !!#@
  260. </label> &nbsp;
  261. !set wims_ref_class=wims_button_help
  262. !href target=wims_mhelp cmd=help&special_parm1=second_step $wims_name_help
  263. &nbsp;</td><td>
  264.             !formradio second_step list yes,no prompt $wims_name_yes,$wims_name_no
  265.          </td></tr>
  266.         $table_tr<td><label for="partialscore">
  267. !record 19 of $my_dir
  268. !!@#        Score partiel !!#@
  269. </label> &nbsp;
  270. !set wims_ref_class=wims_button_help
  271. !href target=wims_mhelp cmd=help&special_parm1=partialscore $wims_name_help
  272. &nbsp;</td><td>
  273.             !formradio partialscore list split,no prompt $wims_name_yes,$wims_name_no
  274.          </td></tr>
  275.         $table_tr<td><label for="format">
  276.         $name_format
  277. !record 20 of $my_dir
  278. !!@#(si question supplémentaire) !!#@
  279. </label> &nbsp;
  280. !set wims_ref_class=wims_button_help
  281. !href target=wims_mhelp cmd=help&special_parm1=format_click $wims_name_help
  282. &nbsp; </td><td>
  283.         !formradio format list case,clickfill,dragfill prompt case,clickfill,dragfill
  284.         <br/>
  285. !record 21 of $my_dir
  286. !!@#        Pour le format !!#@
  287.  
  288. <tt>case</tt>
  289.         !reset reaccent=
  290. !record 22 of $my_dir
  291. !!@#        Permettre d'écrire e' au lieu de é ...!!#@
  292.        !formcheckbox reaccent list yes prompt $wims_name_yes
  293.         </td></tr>
  294.         $table_tr<td><label for="pos_rep">
  295. !record 23 of $my_dir
  296. !!@#        Réponses (si question supplémentaire) !!#@
  297. </label> &nbsp;
  298. !set wims_ref_class=wims_button_help
  299. !href target=wims_mhelp cmd=help&special_parm1=supplement $wims_name_help
  300. &nbsp;</td><td>
  301.         !formradio  pos_rep list inside,outside,under prompt $name_position
  302.         </td></tr>
  303.       !endif
  304.       !if $type_exo iswordof SELECTWORDA
  305.     $table_tr<td><label for="format">
  306.     $name_format
  307. </label> &nbsp;
  308. !set wims_ref_class=wims_button_help
  309. !href target=wims_mhelp cmd=help&special_parm1=format_click $wims_name_help
  310. &nbsp; </td><td>
  311.         !formradio format list case,clickfill,dragfill prompt case,clickfill,dragfill
  312.         <br/>
  313. !record 24 of $my_dir
  314. !!@#        Pour le format !!#@
  315.  <tt>case</tt>
  316.         !reset reaccent=
  317.         !formcheckbox reaccent list yes prompt $name_e
  318.         </td></tr>
  319.    $table_tr<td><label for="pos_rep">
  320. !record 25 of $my_dir
  321. !!@#   Réponses !!#@
  322. </label> &nbsp;
  323. !set wims_ref_class=wims_button_help
  324. !href target=wims_mhelp cmd=help&special_parm1=supplement $wims_name_help
  325. &nbsp;</td><td>
  326.         !formradio  pos_rep list inside,outside prompt $name_position2
  327.         </td></tr>
  328.       !endif
  329.       !if $type_exo iswordof GAP
  330.         $table_tr<td><label for="format">
  331.         $name_format
  332. </label> &nbsp;
  333. !set wims_ref_class=wims_button_help
  334. !href target=wims_mhelp cmd=help&special_parm1=format_click $wims_name_help
  335. &nbsp; </td><td>
  336.         !formradio format list case,clickfill,dragfill,mark,menu prompt case,clickfill,dragfill,mark,menu
  337.         </td></tr>
  338.         $table_tr<td><label for="common">
  339. !record 26 of $my_dir
  340. !!@#        Menu commun (format mark, menu) !!#@
  341. </label> &nbsp;
  342. !set wims_ref_class=wims_button_help
  343. !href target=wims_mhelp cmd=help&special_parm1=menu_commun $wims_name_help
  344. &nbsp;
  345.         </td><td>
  346.         !formradio common list yes,no prompt $wims_name_yes,$wims_name_no
  347.         </td></tr>
  348.         $table_tr<td>
  349. !record 27 of $my_dir
  350. !!@#        Aides spéciales proposées !!#@
  351. &nbsp;
  352. !set wims_ref_class=wims_button_help
  353. !href target=wims_mhelp cmd=help&special_parm1=specialhelp $wims_name_help
  354. &nbsp; </td><td>
  355.  
  356. <label for="specialhelp1">$name_trial1:</label>
  357.         !formradio specialhelp1 list 0,1,2,3,4,5 prompt $name_listhelp
  358. <br/><label for="specialhelp2">$name_trial2:</label>
  359.         !formradio specialhelp2 list 0,1,2,3,4,5 prompt $name_listhelp
  360. <br/><label for="specialhelp3">$name_trial3:</label>
  361.         !formradio specialhelp3 list 0,1,2,3,4,5 prompt $name_listhelp
  362. <br/><label for="specialhelp4">$name_trial4:</label>
  363.         !formradio specialhelp4 list 0,1,2,3,4,5 prompt $name_listhelp
  364. <br/><label for="helpprompt">$name_prompt : </label><input size="5" name="helpprompt" id="helpprompt" value="$helpprompt"/>    
  365.         </td></tr>
  366.       !endif
  367.       !if $type_exo iswordof TRUEFALSE GAP QUIFAITQUOI QCMIII
  368.         !if $type_exo iswordof
  369.         !!$table_tr<td><i><label for="choicetf">
  370. !record 28 of $my_dir
  371. !!@#           Choix de réponses !!#@
  372.  
  373. </label></i>
  374. !set wims_ref_class=wims_button_help
  375.          !href target=wims_mhelp cmd=help&special_parm1=choice $wims_name_help
  376.  
  377.  !!!default choice_tf=vrai,faux
  378.            </td><td><input size="35" name="choice_tf" id="choice_tf" value="$choice_tf"/></td></tr>
  379.         !endif
  380.         !!!if $type_exo iswordof QUIFAITQUOI
  381.        !!    Les différents "qui"  </i>
  382. !!!default choice_qq=Premier Personnage, Deuxième Personnage
  383.       !!     </td><td><input size="35" name="choice_qq" id="choice_qq" value="$choice_qq"/></td></tr>
  384.       !! !endif
  385.        !if $type_exo iswordof GAP
  386.        $table_tr<td><i><label for="choice_gap">
  387. !!@#           Liste de mots proposés  !!#@
  388. !record 53 of $my_dir
  389.            </i>&nbsp;
  390.            !set wims_ref_class=wims_button_help
  391.            !href target=wims_mhelp cmd=help&special_parm1=choice2 $wims_name_help
  392.            
  393. </label>
  394.            </td><td><input size="35" name="choice_gap" id="choice_gap" value="$choice_gap"/></td></tr>
  395.        !endif
  396.        !!if $type_exo iswordof QCMIII
  397.        !!   Texte pour le feedback  </i>
  398.        !!!default choice_fd=Vrai en effet, Faux en effet
  399.        !!   </td><td><input size="35" name="choice_fd" id="choice_fd" value="$choice_fd"/></td></tr>
  400.        !!!endif
  401.      !endif
  402.      !if $type_exo iswordof QUIFAITQUOI
  403.           $table_tr<td><label for="sens">Sens</label>
  404.           !set wims_ref_class=wims_button_help
  405.          !href target=wims_mhelp cmd=help&special_parm1=sens $wims_name_help
  406.          </td><td>
  407.          !formradio sens list 1,2,3 prompt $name_quifaitquoi
  408.          </td></tr>
  409.          $table_tr<td><label for="aucune">
  410. !record 29 of $my_dir
  411. !!@#         Phrase spécifique!!#@
  412. !set wims_ref_class=wims_button_help
  413.          !href target=wims_mhelp cmd=help&special_parm1=aucune $wims_name_help
  414.          </td><td>
  415.          <input size="35" name="aucune" id="aucune" value="$aucune"/>
  416.          </td></tr>
  417.      !endif
  418.     !if $type_exo iswordof CORRESP
  419.        $table_tr<td><label for="taille_corr">
  420. !record 30 of $my_dir
  421. !!@#       Taille des étiquettes !!#@
  422. </label> &nbsp;
  423. !set wims_ref_class=wims_button_help
  424. !href target=wims_mhelp cmd=help&special_parm1=taille_corr $wims_name_help
  425. &nbsp;</td><td><input size="15" name="taille_corr" id="taille_corr" value="$taille_corr"/></td></tr>
  426.     !endif
  427.     !if $type_exo iswordof GAP SELECTWORD SELECTWORDA SELECTWORDB
  428.        $table_tr<td><label for="taille_case">
  429. !record 31 of $my_dir
  430. !!@#       Taille des cases !!#@
  431.  
  432. (case) </label>
  433.        !if $type_exo iswordof SELECTWORD
  434. !record 32 of $my_dir
  435. !!@#         (si question supplémentaire)!!#@
  436.  
  437.        !endif
  438.        &nbsp;
  439.        !set wims_ref_class=wims_button_help
  440. !href target=wims_mhelp cmd=help&special_parm1=taille_case $wims_name_help
  441. &nbsp;
  442.        </td><td><input size="15" name="taille_case" id="taille_case" value="$taille_case"/></td></tr>
  443.     !endif
  444.     !if $type_exo iswordof COMPOSE
  445.        $table_tr<td><label for="taille_compose">
  446. !record 33 of $my_dir
  447. !!@#       Taille de la zone d'écriture !!#@
  448. </label> &nbsp;
  449. !set wims_ref_class=wims_button_help
  450. !href target=wims_mhelp cmd=help&special_parm1=taille_compose $wims_name_help
  451. &nbsp;
  452.        </td><td><input size="15" name="taille_compose" id="taille_compose" value="$taille_compose"/></td></tr>
  453.     !endif
  454.     !if $type_exo iswordof ORDONNE GAP SELECTWORD SELECTWORDA SELECTWORDB
  455.        $table_tr<td><label for="taille_drag">
  456. !record 34 of $my_dir
  457. !!@#       Taille des étiquettes !!#@
  458. </label>
  459.        !if $type_exo iswordof GAP SELECTWORD SELECTWORDA SELECTWORDB
  460.          (drag ou click)
  461.        !endif
  462.        &nbsp;
  463.        !set wims_ref_class=wims_button_help
  464. !href target=wims_mhelp cmd=help&special_parm1=taille_drag $wims_name_help
  465. &nbsp;
  466.        !if $type_exo iswordof SELECTWORD
  467. !record 35 of $my_dir
  468. !!@#         (si question supplémentaire) !!#@
  469. &nbsp;
  470.  !set wims_ref_class=wims_button_help
  471. !href target=wims_mhelp cmd=help&special_parm1=supplement $wims_name_help
  472. &nbsp;
  473.        !endif
  474.        </td><td><input size="15" name="taille_drag" id="taille_drag" value="$taille_drag"/></td></tr>
  475.     !endif
  476.     $table_tr<td><i><label for="instruction">
  477. !record 36 of $my_dir
  478. !!@#   Consigne de l'exercice!!#@
  479.  
  480.  </label></i> &nbsp;
  481.  !set wims_ref_class=wims_button_help
  482. !href target=wims_mhelp cmd=help&special_parm1=instruction $wims_name_help
  483. &nbsp;
  484.         </td><td>
  485.     <textarea nowrap="nowrap" rows="4" cols="30" name="instruction" id="instruction">$instruction</textarea> </td></tr>
  486.     !if $type_exo iswordof SELECTWORDB SELECTWORD
  487.       $table_tr<td><i><label for="instruction2">
  488. !record 37 of $my_dir
  489. !!@#      Consigne de l'exercice (si question supplémentaire)!!#@
  490. </label></i></td><td>
  491.     <textarea nowrap="nowrap" rows="4" cols="30" name="instruction2" id="instruction2">$instruction2</textarea> </td></tr>
  492.     !endif
  493.     !!if $type_exo iswordof GAP
  494.     $table_tr<td><i><label for="packs">
  495. !record 38 of $my_dir
  496. !!@#    Paquets SWAC!!#@
  497. </label></i> &nbsp;
  498. !set wims_ref_class=wims_button_help
  499. !href target=wims_mhelp cmd=help&special_parm1=swac $wims_name_help
  500. &nbsp;
  501. </td><td>
  502.      !set wims_formselect_switch=multiple="multiple"
  503.      !formselect packs list $list_swac prompt $list_swac_prompt
  504.      !set wims_formselect_switch=
  505.      </td></tr>
  506.     !!endif
  507.     $table_tr<th colspan="2" align="center"><a id="expert"></a>$name_expert <i>$(wims_name_quick_$type_exo)</i></th></tr>
  508.     $table_tr<td><label for="reading_file1">
  509. !record 39 of $my_dir
  510. !!@#    Fichier de lecture !!#@
  511. </label> &nbsp;
  512. !set wims_ref_class=wims_button_help
  513. !href target=wims_mhelp cmd=help&special_parm1=reading $wims_name_help
  514. &nbsp;:
  515.     !formradio reading_file1 list yes,no prompt $wims_name_yes,$wims_name_no
  516.     </td><td>
  517.     <table class="wimsnoborder">
  518.      <tr>
  519.       <td><i><label for="reading_file0">$name_name_file</label></i></td><td><input size="15" name="reading_file0" id="reading_file0" value="$reading_file0"/></td></tr>
  520.      <tr>
  521.       <td><label for="reading_tag">$name_click</label></td><td><input size="8" name="reading_tag" id="reading_tag" value="$reading_tag"/></td>
  522.      </tr>
  523.     <tr>
  524.       <td colspan="2">
  525.       !formradio raw list 0,1 prompt $name_format_text
  526.       &nbsp;
  527.       !set wims_ref_class=wims_button_help
  528. !href target=wims_mhelp cmd=help&special_parm1=raw $wims_name_help
  529. &nbsp;
  530.       </td>
  531.     </tr>
  532.     </table>
  533.     </td></tr>
  534.     $table_tr<td><label for="audio_file1">
  535. !record 40 of $my_dir
  536. !!@#    Fichier d'écoute !!#@
  537. </label> &nbsp;
  538. !set wims_ref_class=wims_button_help
  539. !href target=wims_mhelp cmd=help&special_parm1=audio $wims_name_help
  540. &nbsp; :
  541.     !formradio audio_file1 list yes,no prompt $wims_name_yes,$wims_name_no
  542.     </td><td>
  543.     <table class="wimsnoborder">
  544.        <tr>
  545.         <td><i><label for="audio_file0">
  546. !record 41 of $my_dir
  547. !!@#        nom du fichier!!#@
  548.  
  549.         </i></td><td><input size="15" name="audio_file0" id="audio_file0" value="$audio_file0"/></td>
  550.        </tr>
  551.      </table>
  552.     </td></tr>
  553.     $table_tr<td><label for="video_file1">
  554. !record 42 of $my_dir
  555. !!@#    Fichier video !!#@
  556. </label> &nbsp;
  557. !set wims_ref_class=wims_button_help
  558. !href target=wims_mhelp cmd=help&special_parm1=video $wims_name_help
  559. &nbsp; :
  560.     !formradio video_file1 list yes,no prompt $wims_name_yes,$wims_name_no
  561.     </td><td>
  562.     <table class="wimsnoborder"><tr><td><i><label for="video_file0">
  563. !record 43 of $my_dir
  564. !!@#    adresse url de la video!!#@
  565.  
  566. </label></i> </td><td><input size="15" name="video_file0" id="video_file0" value="$video_file0"/>
  567.     </td><tr><td><label for="video_tag">$name_click</label></td><td> <input size="8" name="video_tag" id="video_tag" value="$video_tag"/></td></tr>
  568.     </table></td></tr>
  569.     $table_tr<td><label for="image_file1">
  570. !record 44 of $my_dir
  571. !!@#    Fichiers d'images !!#@
  572. </label> &nbsp;
  573. !set wims_ref_class=wims_button_help
  574. !href target=wims_mhelp cmd=help&special_parm1=image $wims_name_help
  575. &nbsp;:
  576.     !formradio image_file1 list yes,no prompt $wims_name_yes,$wims_name_no
  577.      </td><td>
  578.      <table class="wimsnoborder"><tr><td><i><label for="image_file0">
  579. !record 45 of $my_dir
  580. !!@#     nom du fichier!!#@
  581.  
  582. </label></i></td><td>
  583.      <input size="15" name="image_file0" id="image_file0" value="$image_file0"/>
  584.     </td><tr><td><label for="image_tag">
  585.     $name_click</label>
  586. </td><td><input size="8" name="image_tag" id="image_tag" value="$image_tag"/></td></tr>
  587.     </table></td></tr>
  588.  
  589.     $table_tr<td><label for="style_question">
  590. !record 46 of $my_dir
  591. !!@#    Style css de la question !!#@
  592. </label> &nbsp;
  593. !set wims_ref_class=wims_button_help
  594. !href target=wims_mhelp cmd=help&special_parm1=css $wims_name_help
  595. &nbsp;</td><td>
  596.     <textarea nowrap="nowrap" rows="2" cols="30" name="style_question" id="style_question">$style_question</textarea>
  597.     </td></tr>
  598.     $table_tr<td><label for="style_reponse">
  599. !record 47 of $my_dir
  600. !!@#   Style css des réponses ou indications !!#@
  601. </label> &nbsp;
  602. !set wims_ref_class=wims_button_help
  603. !href target=wims_mhelp cmd=help&special_parm1=css $wims_name_help
  604. &nbsp;</td><td>
  605.     <textarea nowrap="nowrap" rows="2" cols="30" name="style_reponse" id="style_reponse">$style_reponse</textarea></td></tr>
  606.  !!   <tr bgcolor="$c_expert"><td><label for="style_oef">Style css général de l'exercice &nbsp;.oefstatement]</td><td>
  607. !!   <textarea nowrap="nowrap" rows="2" cols="30" name="style_oef" id="style_oef">$style_oef</textarea> </td></tr>
  608.    $table_tr<td><label for="style_css">
  609. !record 48 of $my_dir
  610. !!@#    Style css  !!#@
  611. </label> &nbsp;
  612. !set wims_ref_class=wims_button_help
  613. !href target=wims_mhelp cmd=help&special_parm1=css1 $wims_name_help
  614. &nbsp; </td><td>
  615.    <textarea nowrap="nowrap" rows="2" cols="30" name="style_css" id="style_css">$style_css</textarea> </td></tr>
  616.   !if $type_exo iswordof GAP SELECTWORD SELECTWORDA SELECTWORDB
  617.    $table_tr<td><label for="paste">
  618. !record 49 of $my_dir
  619. !!@#       "Copier-Coller" possible!!#@
  620.  
  621. </label>       &nbsp;
  622. !set wims_ref_class=wims_button_help
  623. !href target=wims_mhelp cmd=help&special_parm1=nopaste $wims_name_help
  624. &nbsp;
  625.       </td><td>
  626.        !formradio paste list yes,no prompt $wims_name_yes,$wims_name_no
  627.       </td></tr>
  628.     !endif
  629.    !if $type_exo iswordof QCM
  630.    $table_tr<td><label for="qcm_prompt1">$name_prompt</label>
  631.       &nbsp;
  632.       !set wims_ref_class=wims_button_help
  633. !href target=wims_mhelp cmd=help&special_parm1=prompts $wims_name_help
  634. &nbsp;
  635.       </td><td>
  636.        <textarea nowrap="nowrap" rows="1" cols="20" name="qcm_prompt1" id="qcm_prompt1">$qcm_prompt1</textarea>
  637.        <textarea nowrap="nowrap" rows="1" cols="20" name="qcm_prompt2" id="qcm_prompt2">$qcm_prompt2</textarea>
  638.        <textarea nowrap="nowrap" rows="1" cols="20" name="good_answer_text" id="good_answer_text">$good_answer_text</textarea>
  639.        <textarea nowrap="nowrap" rows="1" cols="20" name="bad_answer_text" id="bad_answer_text">$bad_answer_text</textarea>
  640.        <textarea nowrap="nowrap" rows="1" cols="20" name="incomplete_answer_text" id="incomplete_answer_text">$incomplete_answer_text</textarea>
  641.       </td></tr>
  642.     !endif  
  643.     $table_tr<td><label for="player_option">
  644. !record 50 of $my_dir
  645. !!@#     Choix du lecteur mp3!!#@
  646.  
  647. </label>      &nbsp;
  648. !set wims_ref_class=wims_button_help
  649. !href target=wims_mhelp cmd=help&special_parm1=player $wims_name_help
  650. &nbsp;</td><td>
  651.      !formselect player list $list_player
  652. !record 51 of $my_dir
  653. !!@# Taille du lecteur!!#@
  654.      <input size="20" name="player_option" id="player_option" value="$player_option"/>
  655.      </td></tr>
  656.    $table_end
  657.    !set transfert=
  658.  !endif
  659. !endif
  660. <p class="wimscenter"><input type="submit" $balise_obl value="$wims_name_tosave"/></p>
  661.  
  662.  
  663. !formend
  664. <!--</div>-->
  665.  
  666.  
  667.  
  668.