Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
10872 | obado | 1 | !! Default Modtool File descriptions. You can overwrite them in your own module by putting a "filedesc" file at module root. |
2 | !! nb : all non alpha chars must be replaced by _ |
||
3 | |||
4 | Dataindex=<small>(auto generated) - Data files index</small> |
||
5 | NEWS=Save here each modification of your module |
||
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 | |||
15 | src_cpp_qcm_cpp=This CPP file generates all OEF exercices in this module |
||
16 | src_cpp_confparm_inc=Custom parameters |
||
17 | src_cpp_author_inc=Author informations |
||
18 | |||
19 | src_ordered_oef=<small>(CPP Generated) - Ordered questions.</small> |
||
20 | src_serial_oef=<small>(CPP Generated) - Serial questions.</small> |
||
21 | src_shuffle_oef=<small>(CPP Generated) - Shuffle questions.</small> |
||
22 | |||
23 | var_proc=General variables processing |
||
24 | var_init=Variables initialization |
||
25 | var_def=Variables definitions |
||
26 | |||
27 | filedesc=Explain each file in this module |