Subversion Repositories wimsdev

Rev

Rev 6854 | Rev 8241 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
35 reyssat 1
 
2
# Change to 0 if you don't want the choice `I don't know'
3
idontknow=1
4
 
5
# Change to 1 of you want all choices to be present
6
allchoices=0
7
 
8
# Computational precisions: you can change the defaults here.
9
# pari_precision=18
10
# maxima_precision=8
11
# print_precision=8
12
 
13
# Change to no if you don't want classes to import exercises in this module.
14
# A typical situation is that these exercises use common resources of the module.
15
class_importation=yes
16
 
17
# Change to yes if you want to put images in common (images/) to all exercises.
18
# If you do so, you must disable class_importation.
6219 bpr 19
# if you want to use a data module in modules/data/xx/yy write the address as
20
#  datamodule/xx/yy : for example, common_images=datamodule/language/toto/images
35 reyssat 21
common_images=no
22
 
23
# Uncomment the following if your module depends on datamodules and if you want
24
# to let the execution to go on even if some datamodule is missing.
25
# allow_missing_data=yes
26
 
383 bpr 27
# for experts : you can add your special commands in a file my_var.proc to create
1963 guerimand 28
# !read my_var.proc
383 bpr 29
 
6854 bpr 30
!! to create a multi-language version, uncomment the following lines and see how
31
!! to proceed in the README
32
 
33
!!module_language=$lang
8205 bpr 34
!!!if $lang_choice!=$empty
35
!!  oefenv_lang=$lang_choice
36
!!!else
37
!!  oefenv_lang=$lang
38
!!!endif
6854 bpr 39
 
35 reyssat 40
!changeto oef/var.proc