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