Subversion Repositories wimsdev

Rev

Rev 12520 | Rev 13772 | 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. !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>
  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.           $name_trialcnt
  253.           !set wims_ref_class=wims_button_help float_right
  254.           !href target=wims_mhelp cmd=help&special_parm1=try $wims_name_help
  255.           !set wims_ref_class=wims_formradio
  256.           !formradio try list 1,2,3,4,5,6,7,8,9,10
  257.         </div>
  258.       !endif
  259.  
  260.       !if $type_exo iswordof QCM
  261.         !if $format iswordof clickfill dragfill mark
  262.           !set format=checkbox
  263.         !endif
  264.         !default set format=checkbox
  265.         <div class="field box">
  266.           $name_format
  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.         <fieldset>
  273.           <legend>
  274.             !record 16 of $my_dir
  275.             !!@# Pourcentage de réussite nécessaire pour pouvoir continuer!!#@
  276.          </legend>
  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.         </fieldset>
  286.       !endif
  287.  
  288.       !if $type_exo iswordof SELECTWORD
  289.         <div class="field box">
  290.           <strong>
  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>$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>
  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>
  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>$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>$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>
  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>$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,clickfill,dragfill,mark,menu prompt case,clickfill,dragfill,mark,menu
  400.         </div>
  401.         <div class="field box">
  402.           <strong>
  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.           <label for="choicetf">
  448.             <i class="qt_custom_in_data">
  449.               !record 28 of $my_dir
  450.               !!@# Choix de réponses !!#@
  451.            </i>
  452.           </label>
  453.           !set wims_ref_class=wims_button_help float_right
  454.           !href target=wims_mhelp cmd=help&special_parm1=choice $wims_name_help
  455.           !!!default choice_tf=vrai,faux
  456.           <input size="35" name="choice_tf" id="choice_tf" value="$choice_tf" />
  457.         !endif
  458.  
  459.         !!!if $type_exo iswordof QUIFAITQUOI
  460.         !!    Les différents "qui"  </i>
  461.         !!!default choice_qq=Premier Personnage, Deuxième Personnage
  462.         !!     </td><td><input size="35" name="choice_qq" id="choice_qq" value="$choice_qq" />
  463.         !! !endif
  464.  
  465.         !if $type_exo iswordof GAP
  466.           <div class="field box">
  467.             <label for="choice_gap">
  468.               !!@# Liste de mots proposés  !!#@
  469.              <i class="qt_custom_in_data">
  470.                 !record 53 of $my_dir
  471.               </i>
  472.             </label>
  473.             !set wims_ref_class=wims_button_help float_right
  474.             !href target=wims_mhelp cmd=help&special_parm1=choice2 $wims_name_help
  475.             <input size="35" name="choice_gap" id="choice_gap" value="$choice_gap" />
  476.           </div>
  477.         !endif
  478.  
  479.         !!if $type_exo iswordof QCMIII
  480.         !!   Texte pour le feedback  </i>
  481.         !!!default choice_fd=Vrai en effet, Faux en effet
  482.         !!   <input size="35" name="choice_fd" id="choice_fd" value="$choice_fd" />
  483.         !!!endif
  484.       !endif
  485.  
  486.       !if $type_exo iswordof QUIFAITQUOI
  487.         <div class="field box">
  488.           <strong>Sens</strong>
  489.           !set wims_ref_class=wims_button_help float_right
  490.           !href target=wims_mhelp cmd=help&special_parm1=sens $wims_name_help
  491.           !set wims_ref_class=wims_formradio
  492.           !formradio sens list 1,2,3 prompt $name_quifaitquoi
  493.         </div>
  494.         <div class="field box">
  495.           <label for="aucune">
  496.             !record 29 of $my_dir
  497.             !!@# Phrase spécifique!!#@
  498.          </label>
  499.           !set wims_ref_class=wims_button_help float_right
  500.           !href target=wims_mhelp cmd=help&special_parm1=aucune $wims_name_help
  501.           <input size="35" name="aucune" id="aucune" value="$aucune" />
  502.         </div>
  503.       !endif
  504.  
  505.       !if $type_exo iswordof CORRESP
  506.         <div class="field box">
  507.           <label for="taille_corr">
  508.             !record 30 of $my_dir
  509.             !!@# Taille des étiquettes !!#@
  510.          </label>
  511.           !set wims_ref_class=wims_button_help float_right
  512.           !href target=wims_mhelp cmd=help&special_parm1=taille_corr $wims_name_help
  513.           <input size="15" name="taille_corr" id="taille_corr" value="$taille_corr" />
  514.         </div>
  515.       !endif
  516.  
  517.       !if $type_exo iswordof GAP SELECTWORD SELECTWORDA SELECTWORDB
  518.         <div class="field box">
  519.           <label for="taille_case">
  520.             !record 31 of $my_dir
  521.             !!@# Taille des cases !!#@
  522.          </label>
  523.           !set wims_ref_class=wims_button_help float_right
  524.           !href target=wims_mhelp cmd=help&special_parm1=taille_case $wims_name_help
  525.           <input size="15" name="taille_case" id="taille_case" value="$taille_case" />
  526.           <div class="formHelp">case</div>
  527.           !if $type_exo iswordof SELECTWORD
  528.             <div class="formHelp">
  529.               !record 32 of $my_dir
  530.               !!@# si question supplémentaire!!#@
  531.            </div>
  532.           !endif
  533.         </div>
  534.       !endif
  535.  
  536.       !if $type_exo iswordof COMPOSE
  537.         <div class="field box">
  538.           <label for="taille_compose">
  539.             !record 33 of $my_dir
  540.             !!@# Taille de la zone d'écriture !!#@
  541.          </label>
  542.           !set wims_ref_class=wims_button_help float_right
  543.           !href target=wims_mhelp cmd=help&special_parm1=taille_compose $wims_name_help
  544.           <input size="15" name="taille_compose" id="taille_compose" value="$taille_compose" />
  545.         </div>
  546.       !endif
  547.  
  548.       !if $type_exo iswordof ORDONNE GAP SELECTWORD SELECTWORDA SELECTWORDB
  549.         <div class="field box">
  550.           <label for="taille_drag">
  551.             !record 34 of $my_dir
  552.             !!@# Taille des étiquettes !!#@
  553.          </label>
  554.           !set wims_ref_class=wims_button_help float_right
  555.           !href target=wims_mhelp cmd=help&special_parm1=taille_drag $wims_name_help
  556.           !if $type_exo iswordof SELECTWORD
  557.             !set wims_ref_class=wims_button_help float_right
  558.             !href target=wims_mhelp cmd=help&special_parm1=supplement $wims_name_help
  559.           !endif
  560.           <input size="15" name="taille_drag" id="taille_drag" value="$taille_drag" />
  561.           !if $type_exo iswordof GAP SELECTWORDA SELECTWORDB
  562.             <div class="formHelp">drag / click</div>
  563.           !endif
  564.           !if $type_exo iswordof SELECTWORD
  565.             <div class="formHelp">
  566.               drag / click
  567.               !record 35 of $my_dir
  568.               !!@# si question supplémentaire !!#@
  569.            </div>
  570.           !endif
  571.         </div>
  572.       !endif
  573.  
  574.       <div class="field box">
  575.         <label for="instruction">
  576.           <i class="qt_custom_in_data">
  577.             !record 36 of $my_dir
  578.             !!@# Consigne de l'exercice !!#@
  579.          </i>
  580.         </label>
  581.         !set wims_ref_class=wims_button_help float_right
  582.         !href target=wims_mhelp cmd=help&special_parm1=instruction $wims_name_help
  583.         <textarea class="nowrap" rows="4" cols="30" name="instruction" id="instruction">$instruction</textarea>
  584.       </div>
  585.  
  586.       !if $type_exo iswordof SELECTWORDB SELECTWORD
  587.         <div class="field box">
  588.           <label for="instruction2">
  589.             <i class="qt_custom_in_data">
  590.               !record 37 of $my_dir
  591.               !!@# Consigne de l'exercice !!#@
  592.            </i>
  593.           </label>
  594.           <div class="formHelp">
  595.             !record 32 of $my_dir
  596.             !!@# si question supplémentaire!!#@
  597.          </div>
  598.           <textarea class="nowrap" rows="4" cols="30" name="instruction2" id="instruction2">$instruction2</textarea>
  599.         </div>
  600.       !endif
  601.  
  602.       !!if $type_exo iswordof GAP
  603.       <div class="field box">
  604.         <label for="packs">
  605.           <i class="qt_custom_in_data">
  606.             !record 38 of $my_dir
  607.             !!@#  Paquets SWAC !!#@
  608.          </i>
  609.         </label>
  610.         !set wims_ref_class=wims_button_help float_right
  611.         !href target=wims_mhelp cmd=help&special_parm1=swac $wims_name_help
  612.         !set wims_formselect_switch=multiple="multiple"
  613.         !formselect packs list $list_swac prompt $list_swac_prompt
  614.         !set wims_formselect_switch=
  615.       </div>
  616.       !!endif
  617.  
  618.       <div class="field box">
  619. !!      <label for="player">
  620. !!        !record 50 of $my_dir
  621. !!@#      Choix du lecteur mp3!!#@
  622. !!      </label>
  623. !!      !set wims_ref_class=wims_button_help float_right
  624. !!      !href target=wims_mhelp cmd=help&special_parm1=player $wims_name_help
  625. !!      !formselect player list $list_player
  626.         <label for="player_option">
  627.           !record 51 of $my_dir
  628.           !!@# Taille du lecteur!!#@
  629.        </label>
  630.         !set wims_ref_class=wims_button_help float_right
  631.         !href target=wims_mhelp cmd=help&special_parm1=player_option $wims_name_help
  632.         <input size="20" name="player_option" id="player_option" value="$player_option" />
  633.       </div>
  634.     </fieldset>
  635.  
  636.     <fieldset class="property_fields blockcenter">
  637.       <legend id="expert">$name_expert</legend>
  638.       <div class="field box">
  639.         <strong>
  640.           !record 39 of $my_dir
  641.           !!@# Fichier de lecture !!#@
  642.        </strong>
  643.         !set wims_ref_class=wims_button_help float_right
  644.         !href target=wims_mhelp cmd=help&special_parm1=reading $wims_name_help
  645.         !set wims_formradio_class=wims_button_help
  646.         !formradio reading_file1 list yes,no prompt $wims_name_yes,$wims_name_no
  647.         <ul>
  648.           <li>
  649.             <label for="reading_file0"><i class="qt_custom_in_data">$name_name_file</i></label>
  650.             <input size="15" name="reading_file0" id="reading_file0" value="$reading_file0" />
  651.           </li><li>
  652.             <label for="reading_tag">$name_click</label>
  653.             <input size="8" name="reading_tag" id="reading_tag" value="$reading_tag" />
  654.           </li><li>
  655.             !set wims_ref_class=wims_formradio
  656.             !formradio raw list 0,1 prompt $name_format_text
  657.             &nbsp;
  658.             !set wims_ref_class=wims_button_help
  659.             !href target=wims_mhelp cmd=help&special_parm1=raw $wims_name_help
  660.           </li>
  661.         </ul>
  662.       </div>
  663.       <div class="field box">
  664.         <strong>
  665.           !record 40 of $my_dir
  666.           !!@# Fichier d'écoute !!#@
  667.        </strong>
  668.         !set wims_ref_class=wims_button_help float_right
  669.         !href target=wims_mhelp cmd=help&special_parm1=audio $wims_name_help
  670.         !set wims_ref_class=wims_formradio
  671.         !formradio audio_file1 list yes,no prompt $wims_name_yes,$wims_name_no
  672.         <ul><li>
  673.           <label for="audio_file0"><i class="qt_custom_in_data">
  674.               !record 41 of $my_dir
  675.               !!@# nom du fichier!!#@
  676.          </i></label>
  677.           <input size="15" name="audio_file0" id="audio_file0" value="$audio_file0" />
  678.         </li></ul>
  679.       </div>
  680.  
  681.       <div class="field box">
  682.         <strong>
  683.           !record 42 of $my_dir
  684.           !!@# Fichier video !!#@
  685.        </strong>
  686.         !set wims_ref_class=wims_button_help float_right
  687.         !href target=wims_mhelp cmd=help&special_parm1=video $wims_name_help
  688.         !set wims_ref_class=wims_formradio
  689.         !formradio video_file1 list yes,no prompt $wims_name_yes,$wims_name_no
  690.         <ul>
  691.           <li>
  692.             <label for="video_file0"><i class="qt_custom_in_data">
  693.               !record 43 of $my_dir
  694.               !!@# adresse url de la video!!#@
  695.            </i></label>
  696.             <input size="15" name="video_file0" id="video_file0" value="$video_file0" />
  697.           </li><li>
  698.             <label for="video_tag">$name_click</label>
  699.             <input size="8" name="video_tag" id="video_tag" value="$video_tag" />
  700.           </li>
  701.         </ul>
  702.       </div>
  703.  
  704.       <div class="field box">
  705.         <strong>
  706.           !record 44 of $my_dir
  707.           !!@# Fichiers d'images !!#@
  708.        </strong>
  709.         !set wims_ref_class=wims_button_help float_right
  710.         !href target=wims_mhelp cmd=help&special_parm1=image $wims_name_help
  711.         !set wims_ref_class=wims_formradio
  712.         !formradio image_file1 list yes,no prompt $wims_name_yes,$wims_name_no
  713.         <ul>
  714.           <li>
  715.             <label for="image_file0"><i class="qt_custom_in_data">
  716.               !record 45 of $my_dir
  717.               !!@#     nom du fichier!!#@
  718.            </i></label>
  719.             <input size="15" name="image_file0" id="image_file0" value="$image_file0" />
  720.           </li><li>
  721.             <label for="image_tag">$name_click</label>
  722.             <input size="8" name="image_tag" id="image_tag" value="$image_tag" />
  723.           </li>
  724.         </ul>
  725.       </div>
  726.     </fieldset>
  727.  
  728.     <fieldset class="property_fields blockcenter">
  729.       <legend>CSS</legend>
  730.       <div class="field box">
  731.         <label for="style_question">
  732.           !record 46 of $my_dir
  733.           !!@# Style css de la question !!#@
  734.        </label>
  735.         !set wims_ref_class=wims_button_help float_right
  736.         !href target=wims_mhelp cmd=help&special_parm1=css $wims_name_help
  737.         <textarea class="nowrap" rows="2" cols="30" name="style_question" id="style_question">$style_question</textarea>
  738.       </div>
  739.       <div class="field box">
  740.         <label for="style_reponse">
  741.           !record 47 of $my_dir
  742.           !!@# Style css des réponses ou indications !!#@
  743.        </label>
  744.         !set wims_ref_class=wims_button_help float_right
  745.         !href target=wims_mhelp cmd=help&special_parm1=css $wims_name_help
  746.         <textarea class="nowrap" rows="2" cols="30" name="style_reponse" id="style_reponse">$style_reponse</textarea>
  747.         !! <tr bgcolor="$c_expert"><td><label for="style_oef">Style css général de l'exercice &nbsp;.oefstatement]</td><td>
  748.        !! <textarea class="nowrap" rows="2" cols="30" name="style_oef" id="style_oef">$style_oef</textarea> </td></tr>
  749.      </div>
  750.      <div class="field box">
  751.        <label for="style_css">
  752.          !record 48 of $my_dir
  753.          !!@# Style css  !!#@
  754.        </label>
  755.        !set wims_ref_class=wims_button_help float_right
  756.        !href target=wims_mhelp cmd=help&special_parm1=css1 $wims_name_help
  757.        <textarea class="nowrap" rows="2" cols="30" name="style_css" id="style_css">$style_css</textarea>
  758.      </div>
  759.  
  760.      !if $type_exo iswordof GAP SELECTWORD SELECTWORDA SELECTWORDB
  761.        <div class="field box">
  762.          <strong>
  763.            !record 49 of $my_dir
  764.            !!@# "Copier-Coller" possible!!#@
  765.          </strong>
  766.          !set wims_ref_class=wims_button_help float_right
  767.          !href target=wims_mhelp cmd=help&special_parm1=nopaste $wims_name_help
  768.          !set wims_ref_class=wims_formradio
  769.          !formradio paste list yes,no prompt $wims_name_yes,$wims_name_no
  770.        </div>
  771.      !endif
  772.  
  773.      !if $type_exo iswordof QCM
  774.        <div class="field box">
  775.          <label for="qcm_prompt1">$name_prompt</label>
  776.          !set wims_ref_class=wims_button_help float_right
  777.          !href target=wims_mhelp cmd=help&special_parm1=prompts $wims_name_help
  778.          &nbsp;
  779.          <textarea class="nowrap" rows="1" cols="20" name="qcm_prompt1" id="qcm_prompt1">$qcm_prompt1</textarea>
  780.          <textarea class="nowrap" rows="1" cols="20" name="qcm_prompt2" id="qcm_prompt2">$qcm_prompt2</textarea>
  781.          <textarea class="nowrap" rows="1" cols="20" name="good_answer_text" id="good_answer_text">$good_answer_text</textarea>
  782.          <textarea class="nowrap" rows="1" cols="20" name="bad_answer_text" id="bad_answer_text">$bad_answer_text</textarea>
  783.          <textarea class="nowrap" rows="1" cols="20" name="incomplete_answer_text" id="incomplete_answer_text">$incomplete_answer_text</textarea>
  784.        </div>
  785.      !endif
  786.    </fieldset>
  787.    !set transfert=
  788.  !endif not debut
  789. !endif type_exo not empty
  790.  
  791. <div class="wimscenter wimsform"><input type="submit" $balise_obl value="$wims_name_tosave" /></div>
  792.  
  793. !formend
  794.