Rev 5928 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5928 | Rev 11474 | ||
---|---|---|---|
1 | title=Template |
1 | title=Template |
2 | # Commencez la description par minuscule! |
2 | # Commencez la description par minuscule! |
3 | description=template module of exercises |
3 | description=template module of exercises |
4 | author=XIAO Gang |
4 | author=XIAO Gang |
5 | address=xiao@unice.fr |
5 | address=xiao@unice.fr |
6 | copyright=© 2004- (<a href="COPYING">GNU GPL</a>) |
6 | copyright=© 2004- (<a href="COPYING">GNU GPL</a>) |
7 | translator= |
7 | translator= |
8 | translator_address= |
8 | translator_address= |
9 | version=1.00 |
9 | version=1.00 |
10 | # minimal version of wims server under which the module may run |
10 | # minimal version of wims server under which the module may run |
11 | wims_version=3.26 |
11 | wims_version=3.26 |
12 | language=en |
12 | language=en |
13 | 13 | ||
14 | # Possible categories: exercise, tool, dictionary, course, recreation. |
14 | # Possible categories: exercise, tool, dictionary, course, recreation. |
15 | category=exercise |
15 | category=exercise |
16 | 16 | ||
17 | # En: elementary. Hn: high school. Un: under. G: graduate. R: research. |
17 | # En: elementary. Hn: high school. Un: under. G: graduate. R: research. |
18 | # E1,...,E6; H1...,H6; U1,...,U4; G; R |
18 | # E1,...,E6; H1...,H6; U1,...,U4; G; R |
19 | level=U1, H6 |
19 | level=U1, H6 |
20 | 20 | ||
21 | # e.g. algebra, analysis, geometry, etc. |
21 | # e.g. algebra, analysis, geometry, etc. |
22 | # read public_html/modules/home/lists/domains.allow for the list of |
22 | # read public_html/modules/home/lists/domains.allow for the list of |
23 | # allowed domains. |
23 | # allowed domains. |
24 | domain=algebra |
24 | domain=algebra |
25 | 25 | ||
26 | # Anything you like. |
26 | # Anything you like. |
27 | keywords=polynomial, curve |
27 | keywords=polynomial, curve |
28 | 28 | ||
29 | # Software packages required to run the module |
29 | # Software packages required to run the module |
30 | require= |
30 | require= |
31 | 31 | ||
32 | # Does the module have scoring system? |
32 | # Does the module have scoring system? |
33 | scoring=no |
33 | scoring=no |
34 | 34 | ||
35 | 35 |