Rev 6646 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !!!--- Ce fichier sert à récupérer un code source brut. ---!!! |
2 | |||
3 | !set wims_form_method=file |
||
4 | |||
17230 | bpr | 5 | <div style="background-color:lightblue"> |
23 | reyssat | 6 | !if $to_ia_qcm!=2 |
7 | Insérez ci-dessous le code source brut de l'exercice à modifier. |
||
8 | !else |
||
17230 | bpr | 9 | Cliquez sur le bouton <b>"Valider"</b> pour commencer |
23 | reyssat | 10 | la modification de votre exercice. |
11 | !endif |
||
17230 | bpr | 12 | <br> |
13 | <b> Attention!</b> Ce fichier doit avoir été généré par <code>createqcm</code>. |
||
23 | reyssat | 14 | </div> |
17230 | bpr | 15 | <hr> |
23 | reyssat | 16 | |
17 | !set wims_backslash_insmath=no |
||
6536 | bpr | 18 | <div class="wimscenter"> |
23 | reyssat | 19 | !form reply |
5927 | bpr | 20 | <textarea name="fichsrc" rows="40" cols="65"> |
23 | reyssat | 21 | !if $fichsrc=$empty |
22 | !set temp_fichsrc=!record 0 of wimshome/sessions/$wims_session/submit.oef |
||
23 | !set temp_fichsrc=!reinput $temp_fichsrc |
||
24 | $temp_fichsrc |
||
25 | !else |
||
26 | !set fichsrc=!reinput $fichsrc |
||
27 | $fichsrc |
||
28 | !endif |
||
29 | </textarea> |
||
30 | !read comsDir/valideb |
||
5927 | bpr | 31 | |
32 | !formend |
||
6536 | bpr | 33 | </div> |
34 |