Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
386 bpr 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
386 bpr 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
 
858 bpr 27
# for experts : you can add your special commands in a file my_var.proc to create
28
# !read my_var.proc
29
 
8241 bpr 30
# to create a multi-language version, you can use the variable \lang
31
# by writing in the exercise \text{lang=slib(oef/env lang)}
32
# and use it (only in the case translation_language is non empty in INDEX)
6854 bpr 33
 
386 bpr 34
!changeto oef/var.proc