Subversion Repositories wimsdev

Rev

Rev 10304 | Rev 11967 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10304 Rev 10919
Line 1... Line 1...
1
!! définition des noms pour les liens dans le menubox (définis par wims_menu_items)
1
!! définition des noms pour les liens dans le menubox (définis par wims_menu_items)
2
!distribute items Insert a source file,\
2
!distribute items Insert a source file,\
3
		Source of the sheet, \
3
		Source code of the worksheet, \
4
into wims_name_putsource,wims_name_sheetsource
4
into wims_name_putsource,wims_name_sheetsource
5
 
5
 
6
!distribute items Add another exercise,\
6
!distribute items Add another exercise,\
7
		add a series of exercises,\
7
		add a series of exercises,\
8
into wims_name_addexo,wims_name_addsexo
8
into wims_name_addexo,wims_name_addsexo
Line 13... Line 13...
13
!let name_shinfo=!nosubst $wims_name_title,$wims_name_Status,\
13
!let name_shinfo=!nosubst $wims_name_title,$wims_name_Status,\
14
Text of explanation,\
14
Text of explanation,\
15
Expiration date,Presentation page,Score registation,for all sharing classes :,$wims_name_comment,Duration of an exam session,Number of attempts per exam session
15
Expiration date,Presentation page,Score registation,for all sharing classes :,$wims_name_comment,Duration of an exam session,Number of attempts per exam session
16
 
16
 
17
 
17
 
18
!let name_allowtype=open to all, open for simulation,closed to all,open to following hosts and/or times :,réglage par variable technique
18
!let name_allowtype=open to all, open for simulation,closed to all,open to following hosts and/or times,réglé par une variable technique
19
 
-
 
20
!if exam notin $module
19
!if exam notin $module
21
 !let name_allowtype=$(name_allowtype[1]),$(name_allowtype[3]),$(name_allowtype[4]),Réglage par variable technique
20
 !let name_allowtype=$(name_allowtype[1,3,4,5])
22
!endif
21
!endif
23
!set name_desc_allowtechvar=Choix de la variable technique
22
!set name_desc_allowtechvar=Technical variable choice
24
!set name_desctableval=Table de filtre en fonction de la valeur de la variable technique
23
!set name_desctableval=Table de filtre en fonction de la valeur de la variable technique
25
!set name_value=Valeur
24
!set name_value=Value
26
!set name_filtre=Filtre
25
!set name_filtre=Filter
27
!set name_EMPTY=Vide
26
!set name_EMPTY=Empty
28
 
-
 
29
 
27
 
30
!set name_desc_comment=Visible only to the supervisor.
28
!set name_desc_comment=Visible only to the supervisor.
31
!let name_selectsheet=Show only exercises of worksheet
29
!let name_selectsheet=Show only exercises of worksheet
32
 
30
 
33
 
31