Subversion Repositories wimsdev

Rev

Rev 2553 | Rev 5835 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2544 bpr 1
!set st=style="color:#CC0000; font:bold;"
2
!set Type_exo = $(type_exo)
3
!set my_dir=lang/answer.$modu_lang
4
<div $frame>
5
!set wims_form_method=file
6
!form reply
7
 
5734 bpr 8
<center><input type="submit" $balise_obl  value="$wims_name_back2"/></center>
2544 bpr 9
  <p>
2553 bpr 10
!record 1 of lang/answer.$modu_lang
2544 bpr 11
!!@#Voici le source de votre exercice!!#@
12
 $(type_exo)
13
<ul>
14
  <li>
2553 bpr 15
!record 2 of lang/answer.$modu_lang
2544 bpr 16
!!@#Copiez le source dans un module Modtool sous le nom!!#@
17
  <tt $st>src/$file.oef</tt>
18
  </li>
19
!if $file notsametext
20
  <li>
21
!record 3 of $my_dir
22
!!@#Copiez votre fichier de données dans le fichier!!#@
23
  <tt $st>$file</tt>
24
  !href cmd=help&special_parm=$(Type_exo[1]) [$wims_name_help]
25
  </li>
26
!endif
27
!if $reading_file notsametext  and $reading_file notsametext no
28
  <li>
29
!record 4 of $my_dir
30
!!@#Copiez votre texte à lire dans le fichier!!#@
31
  <tt $st>$reading_file</tt>
32
  </li>
33
!endif
34
!if $audio_file notsametext  and $audio_file notsametext no
35
  <li>
36
!record 5 of $my_dir
37
!!@#Chargez le fichier !!#@
38
  <tt $st>images/$audio_file</tt>
39
!record 6 of $my_dir
40
!!@#dans le dossier!!#@
41
  <tt $st>images</tt></li>
42
!endif
43
!if $image_file notsametext and $image_file notsametext no
44
  <li>
45
!record 5 of $my_dir
46
!!@#Chargez le fichier image!!#@
47
   <tt $st>images/$image_file</tt>
48
!record 6 of $my_dir
49
!!@#dans le dossier!!#@
50
   <tt $st>images</tt></li>
51
!endif
52
!if http notwordof $video_file and $video_file notsametext  and $video_file notsametext no
53
  <li>
54
!record 5 of $my_dir
55
!!@#Chargez le fichier video!!#@
56
    <tt $st>$video_file</tt>
57
!record 6 of $my_dir
58
!!@# dans le dossier !!#@
59
   <tt $st>images</tt></li>
60
!endif
61
</ul>
62
!href target=wims_test module=adm/modtool&modreq=$target $wims_name_modtool
63
 
2553 bpr 64
!href session=$wims_session&module=adm/modtool&modreq=$target $name_sup_file
2544 bpr 65
<center>
66
<textarea rows=30 cols=70 readonly>$exo</textarea></center>
67
</center>
68
 
5734 bpr 69
<center><input type="submit" $balise_obl  value="$wims_name_back2"/></center>
2544 bpr 70
</div>