Rev 7354 | Rev 8817 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | # Variable calculations should be done in this file. |
2 | # It is read and interpreted by wims for all valid calls to the module. |
||
2368 | bpr | 3 | !read adm/class/classlang names.phtml |
5205 | guerimand | 4 | !read tabletheme |
23 | reyssat | 5 | |
8255 | bpr | 6 | t=$ |
3934 | guerimand | 7 | tmp=!replace internal & by $t in $iniparm |
8 | tmp2=!getopt scoredelay in $tmp |
||
9 | tmp3=!replace internal + by , in $tmp2 |
||
10 | iniparm=!replace internal scoredelay=$tmp2 by scoredelay=$tmp3 in $iniparm |
||
11 | |||
23 | reyssat | 12 | sheettot=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
13 | wims_helper=chapter=3 |
||
14 | wims_prefix=none |
||
8255 | bpr | 15 | require_limit=!defof MAX_REQUIRE in wimshome/public_html/bases/sys/define.conf |
16 | #### for transitional periode |
||
17 | require_limit=200 |
||
18 | #### |
||
19 | require_limit=$[$require_limit/10] |
||
23 | reyssat | 20 | |
7354 | bpr | 21 | !read getparm $iniparm exo random qnum |
22 | exocnt_=!itemcnt $get_exo |
||
23 | reyssat | 23 | class=$wims_class |
5199 | guerimand | 24 | !if $wims_user!=supervisor |
23 | reyssat | 25 | error=not_supervisor |
26 | !exit |
||
27 | !endif |
||
28 | |||
5205 | guerimand | 29 | !bound job within exo,helpexo default exo |
5199 | guerimand | 30 | !changeto $job.proc |