Subversion Repositories wimsdev

Rev

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

Rev 10872 Rev 10934
Line 2... Line 2...
2
!! nb : all non alpha chars must be replaced by _
2
!! nb : all non alpha chars must be replaced by _
3
 
3
 
4
Dataindex=<small>(auto generated) - Data files index</small>
4
Dataindex=<small>(Generat automàticament) - Llista de fitxers de dades</small>
5
NEWS=Save here each modification of your module
5
NEWS=Poseu aquí cada modificació que feu al mòdul
6
README=How to put OEF exercices in your module
-
 
7
about_phtml='About' file. You can let it "as is"
-
 
8
content_html=<small>(auto generated)</small>
-
 
9
endhook_phtml=exercices footer
-
 
10
help_phtml=User help
-
 
11
main_phtml=Main file
-
 
12
intro_phtml=Introduction and exercices customization
-
 
13
introhook_phtml=Automatically list all available exercices
-
 
14
 
6
 
15
src_cpp_qcm_cpp=This CPP file generates all OEF exercices in this module
7
README=Com posar exercicis OEF al teu mòdul
16
src_cpp_confparm_inc=Custom parameters
8
content_html=<small>(generat automàticament)</small>
17
src_cpp_author_inc=Author informations
-
 
18
 
9
 
19
src_ordered_oef=<small>(CPP Generated) - Ordered questions.</small>
-
 
20
src_serial_oef=<small>(CPP Generated) - Serial questions.</small>
10
about_phtml=Fitxer 'Quant a'. Pots deixar-ho "tal qual".
21
src_shuffle_oef=<small>(CPP Generated) - Shuffle questions.</small>
-
 
22
 
11
 
23
var_proc=General variables processing
12
help_phtml=Ajuda a l'usuari. Pots deixar-ho "tal qual".
24
var_init=Variables initialization
13
main_phtml=Fitxer principal. Pots deixar-ho "tal qual".
25
var_def=Variables definitions
14
msg_phtml=Missatges d'error. Pots deixar-ho "tal qual".
26
 
15
 
-
 
16
intro_phtml=Introducció al mòdul descrivint el seu contingut.
-
 
17
introhook_phtml=Configuració dels paràmetres confparm1, confparm2,..., confparm5.
-
 
18
endhook_phtml=Per afegir un text o enllaços al peu de pàgina de tots els exercicis del mòdul.
-
 
19
 
-
 
20
src_cpp_qcm_cpp=Aquest fitxer CPP genera tots els exercicis d'aquest mòdul
-
 
21
src_cpp_confparm_inc=Paràmetres de personalització
-
 
22
src_cpp_author_inc=Informacions sobre l'autor del mòdul
-
 
23
 
-
 
24
src_ordered_oef=<small>(Generat per CPP) - Preguntes ordenades.</small>
-
 
25
src_serial_oef=<small>(Generat per CPP) - Preguntes en sèrie.</small>
-
 
26
src_shuffle_oef=<small>(Generat per CPP) - Preguntes a l'atzar.</small>
-
 
27
 
-
 
28
var_proc=Fitxer de les variables generals del procés (per exemple: carpeta d'imatges, precissió dels càlculs).
-
 
29
 
-
 
30
var_init=Inicialització de variables
-
 
31
var_def=Declaració de variables d'usuari.
-
 
32
 
27
filedesc=Explain each file in this module
33
filedesc=Explicació de cada fitxer d'aquest mòdul