Subversion Repositories wimsdev

Rev

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