Rev 11160 | 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 | |||
5 | <div style="background-color:lightblue"> |
||
6 | !if $to_ia_qcm!=1 |
||
7 | Insérez ci-dessous le code source brut de l'exercice à modifier. |
||
8 | !else |
||
11160 | bpr | 9 | Cliquez sur le bouton <b>"Valider"</b> pour commencer |
23 | reyssat | 10 | la modification de votre exercice. |
11 | !endif |
||
17231 | bpr | 12 | <br> |
11160 | bpr | 13 | <b>Attention!</b> Ce fichier doit avoir été généré par <b>confia2qcm</b>. |
23 | reyssat | 14 | </div> |
17231 | bpr | 15 | <hr> |
23 | reyssat | 16 | |
17 | !set wims_backslash_insmath=no |
||
18 | |||
6536 | bpr | 19 | <div class="wimscenter"> |
23 | reyssat | 20 | !form reply |
5794 | bpr | 21 | <textarea name="fichsrc" rows="40" cols="65"> |
23 | reyssat | 22 | !if $fichsrc=$empty |
11160 | bpr | 23 | !set temp_fichsrc=!record 0 of wimshome/sessions/$wims_session/submit.oef |
24 | !set temp_fichsrc=!reinput $temp_fichsrc |
||
23 | reyssat | 25 | $temp_fichsrc |
26 | !else |
||
11160 | bpr | 27 | !set fichsrc=!reinput $fichsrc |
23 | reyssat | 28 | $fichsrc |
29 | !endif |
||
30 | </textarea> |
||
31 | !read comsDir/valideb |
||
5927 | bpr | 32 | |
33 | !formend |
||
6536 | bpr | 34 | </div> |