Subversion Repositories wimsdev

Rev

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