Subversion Repositories wimsdev

Rev

Rev 14975 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
11204 obado 1
!set name_subtitle = Embeded files for this exercise
2
!set name_over_quota = You can no longer put files into your class,\
3
 because its content has reached or exceeded disk space allowance. Sorry.
23 reyssat 4
 
11204 obado 5
!set name_add_file = Add a new file
6
!set name_add_file_label = File to send to the exercise :
7
!set name_add_file_help = You may download different types of files (picture, audio, pdf, ...).
23 reyssat 8
 
11204 obado 9
!set name_empty_imglist = This exercise has no embeded file yet.
10
!set name_imglist = List of binary files in this exercise
11
!set name_filename = File name
12
!set name_preview = Glimpse
13
!set name_html_code = HTML code
14
!set name_oef_code = OEF code
15
!set name_Actions = Actions
14972 bpr 16
!set name_oncondition=on some conditions (see below)
23 reyssat 17
 
11204 obado 18
!set name_img_default_alt = preview of $$i file
19
!set name_img_accessibility_alt = Describe here your picture to blind people
23 reyssat 20
 
11204 obado 21
!set name_some_browsers = some web browsers
22
!set name_ogg_warning = are not able to read .ogg files.
5927 bpr 23
 
2391 bpr 24
 
11204 obado 25
!set name_access_via_imagedir = These images files can be accessed in the statement of the exercise \
14975 bpr 26
 via the internal parameter <span class="tt wims_code_variable">\imagedir</span>.\
27
 The code of the second column must be used directly in parts\
28
 <span class="tt wims_code_variable">statement</span>,\
29
 <span class="tt wims_code_variable">feedback</span>, etc of the exercise.
3727 bpr 30
 
11204 obado 31
!set name_how_to_hide_help = <h2>Hiding Images files names</h2>\
32
    If you pick a random picture, the file name can be an help to the student.\
14972 bpr 33
    You can hide this file name with this code in the parts\
34
  <span class="tt wims_code_variable">statement</span>,\
35
  <span class="tt wims_code_variable">feedback</span>, etc:\
11204 obado 36
    <pre>\img{\imagedir/picture.jpg alt="$name_img_accessibility_alt"}</pre>\
37
    If the student takes a look at the generated page, he will only see\
17346 bpr 38
    <pre>&lt;img src="a_random_unrelated_file_name" alt="$name_img_accessibility_alt"></pre>\
11204 obado 39
    <p>The advantage of this method is that the file name will be hidden to the student.</p>\
11241 bpr 40
    <p>Due to its performance cost, this method should be used only when necessary.\
41
    The file will be renamed only if the exercise is saved in a module and not in a class.</p>
11204 obado 42
 
43
!set name_save_exo_warning = Binary files will only be permanently added to your exercice when you save the exercice itself.