Rev 6431 | Rev 8255 | 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 | |
3934 | guerimand | 6 | t=$ |
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 |
||
15 | |||
7354 | bpr | 16 | !read getparm $iniparm exo random qnum |
17 | exocnt_=!itemcnt $get_exo |
||
23 | reyssat | 18 | class=$wims_class |
5199 | guerimand | 19 | !if $wims_user!=supervisor |
23 | reyssat | 20 | error=not_supervisor |
21 | !exit |
||
22 | !endif |
||
23 | |||
5205 | guerimand | 24 | !bound job within exo,helpexo default exo |
5199 | guerimand | 25 | !changeto $job.proc |