Subversion Repositories wimsdev

Rev

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

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