Subversion Repositories wimsdev

Rev

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