Rev 6646 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | # Fichier de déclaration des variables |
2 | # |
||
3 | # Only those variables with possible user inputs or requiring inter-request |
||
4 | # savings need to be declared in this file. |
||
5 | # |
||
6 | #Each non-comment line defines a variable. Format of the line: |
||
7 | # |
||
8 | #name allow |
||
9 | # |
||
10 | #name: name of the variable |
||
11 | #allow: when allow the user to override the defined value. |
||
12 | # it maybe any, deny, init, config, reply. |
||
13 | # |
||
14 | # |
||
15 | #name allow |
||
11159 | bpr | 16 | deny:status |
23 | reyssat | 17 | |
18 | ## initilisatisation en intro ## |
||
11159 | bpr | 19 | init:exo chexo |
23 | reyssat | 20 | |
21 | ## description des exos ## |
||
11159 | bpr | 22 | deny:exosdesc demo |
23 | reyssat | 23 | |
24 | ## alertes ## |
||
11159 | bpr | 25 | deny:alerts exalert |
23 | reyssat | 26 | |
27 | ## couleurs de fonds et cosmétique ## |
||
11159 | bpr | 28 | deny:coulors labels[3] |
23 | reyssat | 29 | |
30 | ## le répertoire à lire ## |
||
31 | prefixdir deny |
||
32 | |||
33 | ## les objets ## |
||
34 | obsList reply |
||
11159 | bpr | 35 | deny:obsnb obsrecord chronobs |
23 | reyssat | 36 | |
37 | ## les propriétés ## |
||
38 | propsList reply |
||
11159 | bpr | 39 | deny:propsnb propsrecord propsrepList nonprop rowsnb extrarow rpmat |
23 | reyssat | 40 | |
41 | ## les fonctions ## |
||
11159 | bpr | 42 | reply:foncsList foncsrep typnb |
43 | deny:foncsnb foncsrecord chronfoncs fonctemp typafList rfmat rfmatL \ |
||
44 | foncsrepList foncstypList |
||
23 | reyssat | 45 | |
46 | ##------ liste de types des résultats des fonctions ------## |
||
11159 | bpr | 47 | deny:ftypList Nbtyp |
23 | reyssat | 48 | ##------ libellés des types précédents (pour affichage) ------## |
11159 | bpr | 49 | typafList deny |
23 | reyssat | 50 | |
51 | ## les possibilités d'affichage des propriétés ## |
||
11159 | bpr | 52 | reply:ckchnb fixchnb chbox_u_radio bornd borng |
53 | deny:multirep chnb |
||
23 | reyssat | 54 | |
55 | ## les étapes ## |
||
11159 | bpr | 56 | deny:etape etapesnb |
23 | reyssat | 57 | navig reply |
58 | |||
59 | ## identifiants de l'exo oef ## |
||
11159 | bpr | 60 | reply:auteur imel titre |
23 | reyssat | 61 | |
62 | ## l'énoncé ## |
||
63 | enonceR reply |
||
64 | |||
65 | ## les indications ## |
||
66 | exo_indic reply |
||
11159 | bpr | 67 | deny:indicList rindic rindicL indicList_obj indicList_fonc |
23 | reyssat | 68 | |
69 | ## liste des numéros des propriétés éventuelles -- limitée à 100 -- ## |
||
70 | propsrep reply |
||
71 | |||
72 | ## la version du module et l'avertissement ## |
||
11159 | bpr | 73 | deny:version warning |
23 | reyssat | 74 | |
75 | ###---------- noms des variables pour createxo ----------### |
||
11159 | bpr | 76 | deny:toef_var[21] typvarcnt toef_varcnt toefsource fichname |
77 | reply:sendoef fichsrc |
||
23 | reyssat | 78 | |
79 | ###--------- données récupérables pour l'exo ---------### |
||
80 | exodata deny |
||
81 | |||
82 | ###--------- pour createxo ---------### |
||
83 | to_ia_qcm init |
||
84 |